File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed
Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -13,27 +13,22 @@ updates:
1313 commit-message :
1414 prefix : " chore: "
1515
16- # Enable version updates for GitHub Actions
1716 - package-ecosystem : " github-actions"
18- # Workflow files stored in the default location of `.github/workflows`
19- # You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.
2017 directory : " /"
2118 schedule :
2219 interval : " weekly"
2320 commit-message :
2421 prefix : " chore: "
2522 # Group updates for the same action across different workflows
2623 groups :
27- actions-group :
24+ actions-minor :
2825 patterns :
29- - " actions/ *"
26+ - " *"
3027 update-types :
31- - " minor"
32- - " patch"
33- checkout-group :
28+ - minor
29+ - patch
30+ actions-major :
3431 patterns :
35- - " actions/checkout "
32+ - " * "
3633 update-types :
37- - " major"
38- - " minor"
39- - " patch"
34+ - major
You can’t perform that action at this time.
0 commit comments