File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,11 +6,8 @@ updates:
66 schedule :
77 interval : " daily"
88 open-pull-requests-limit : 10
9- labels :
10- - " dependencies"
11- - " go"
129 commit-message :
13- prefix : " chore(deps) "
10+ prefix : " chore"
1411 include : " scope"
1512 groups :
1613 kubernetes :
@@ -25,11 +22,8 @@ updates:
2522 interval : " weekly"
2623 day : " monday"
2724 time : " 06:00"
28- labels :
29- - " dependencies"
30- - " github-actions"
3125 commit-message :
32- prefix : " chore( github-actions) "
26+ prefix : " chore github-actions"
3327 include : " scope"
3428 groups :
3529 github-actions :
@@ -41,9 +35,6 @@ updates:
4135 directory : " /"
4236 schedule :
4337 interval : " daily"
44- labels :
45- - " dependencies"
46- - " docker"
4738 commit-message :
48- prefix : " chore( docker) "
39+ prefix : " chore docker"
4940 include : " scope"
Original file line number Diff line number Diff line change 1616 with :
1717 github-token : " ${{ secrets.GITHUB_TOKEN }}"
1818
19- - name : Auto-approve PR
20- run : gh pr review --approve "$PR_URL"
21- env :
22- PR_URL : ${{ github.event.pull_request.html_url }}
23- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
24-
2519 - name : Enable auto-merge for minor and patch updates
2620 if : |
2721 steps.metadata.outputs.update-type == 'version-update:semver-minor' ||
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: Verify
33on :
44 pull_request :
55 workflow_dispatch :
6+ merge_group :
67
78jobs :
89 verify :
You can’t perform that action at this time.
0 commit comments