Skip to content

Commit b710f8e

Browse files
authored
chore: adjust groups (#102)
1 parent 3261721 commit b710f8e

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)