File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,3 +12,10 @@ updates:
1212 target-branch : " develop"
1313 commit-message :
1414 prefix : " ⬆ "
15+ - package-ecosystem : " github-actions"
16+ directory : " /"
17+ schedule :
18+ interval : " weekly"
19+ target-branch : " develop"
20+ commit-message :
21+ prefix : " ⬆ "
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v3
12- - uses : actions/setup-python@v3
12+ - uses : actions/setup-python@v4
1313 - uses : pre-commit/action@v3.0.0
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v3
1414 with :
1515 fetch-depth : 0
1616
2121
2222 - name : Get the label to add
2323 id : get_label
24- uses : actions/github-script@v3
24+ uses : actions/github-script@v6
2525 with :
2626 github-token : ${{ secrets.GITHUB_TOKEN }}
2727 script : |
You can’t perform that action at this time.
0 commit comments