File tree Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ # To get started with Dependabot version updates, you'll need to specify which
2+ # package ecosystems to update and where the package manifests are located.
3+ # Please see the documentation for all configuration options:
4+ # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+ version : 2
7+ updates :
8+ - package-ecosystem : " github-actions"
9+ directory : " /"
10+ schedule :
11+ interval : " daily"
12+
Original file line number Diff line number Diff line change 1+ name : Публикация релиза
2+
3+ on :
4+ release :
5+ types :
6+ - published
7+ workflow_dispatch :
8+
9+ jobs :
10+ release :
11+ uses : autumn-library/workflows/.github/workflows/release.yml@main
12+ with :
13+ package_mask : " v8runner-*.ospx"
14+ secrets :
15+ PUSH_TOKEN : ${{ secrets.PUSH_TOKEN }}
Original file line number Diff line number Diff line change 1+ lib.system =../oscript_modules
You can’t perform that action at this time.
0 commit comments