Skip to content

Commit 256f075

Browse files
committed
ci: add dependabot groups to reduce PR noise
Group gradle updates by semver type (patch/minor/major) and github-actions updates into a single PR.
1 parent 976bf8f commit 256f075

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ updates:
1212
- "dependencies"
1313
assignees:
1414
- "howtis"
15+
groups:
16+
patch:
17+
update-types:
18+
- "patch"
19+
minor:
20+
update-types:
21+
- "minor"
22+
major:
23+
update-types:
24+
- "major"
1525

1626
- package-ecosystem: "github-actions"
1727
directory: "/"
@@ -25,3 +35,7 @@ updates:
2535
- "ci"
2636
assignees:
2737
- "howtis"
38+
groups:
39+
actions:
40+
patterns:
41+
- "*"

0 commit comments

Comments
 (0)