File tree Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Expand file tree Collapse file tree 3 files changed +2
-14
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://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61version : 2
72updates :
83 - package-ecosystem : npm
Original file line number Diff line number Diff line change 66 - master
77 - v*.x
88 pull_request :
9- branches :
10- - master
11- - v*.x
129 schedule :
1310 # 每天凌晨 3 点(UTC)
1411 - cron : ' 0 3 * * *'
@@ -17,17 +14,13 @@ permissions:
1714 contents : read
1815
1916jobs :
20- code-review :
17+ Lint and Test :
2118 runs-on : ubuntu-latest
2219 steps :
2320 - run : |
2421 sudo rm /etc/localtime
2522 sudo ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
2623 - uses : actions/checkout@v3
27- - uses : actions/dependency-review-action@v3
28- with :
29- base_ref : ${{ github.base_ref }}
30- head_ref : ${{ github.head_ref }}
3124 - uses : actions/setup-node@v3
3225 with :
3326 node-version : 18
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010 pull-requests : write
1111
1212jobs :
13- release-please :
13+ Release PR or Release Publish :
1414 runs-on : ubuntu-latest
1515 steps :
1616 - run : |
You can’t perform that action at this time.
0 commit comments