Skip to content

Commit 8bb8f30

Browse files
authored
chore: Make dependabot group names easier to understand (#136)
The pull requests generated by dependabot can be a bit confusing because the path disappears from the subject line if we update too many dependencies at once. This PR aims to alleviate some confusion by changing the group name `all-deps` to `root-deps` and `validation-deps`.
1 parent fa7b78b commit 8bb8f30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ updates:
66
allow:
77
- dependency-type: "all"
88
groups:
9-
all-deps:
9+
root-deps:
1010
patterns:
1111
- "*"
1212
schedule:
@@ -18,7 +18,7 @@ updates:
1818
allow:
1919
- dependency-type: "all"
2020
groups:
21-
all-deps:
21+
validation-deps:
2222
patterns:
2323
- "*"
2424
schedule:

0 commit comments

Comments
 (0)