Skip to content

Commit 5e545c8

Browse files
authored
ci: group dependabot updates (boto#4777)
1 parent 634ec1f commit 5e545c8

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,17 @@ updates:
99
update-types: ["version-update:semver-patch"]
1010
cooldown:
1111
default-days: 7
12+
groups:
13+
github-actions:
14+
patterns:
15+
- "*"
1216
- package-ecosystem: "pre-commit"
1317
directory: "/"
1418
schedule:
1519
interval: "weekly"
1620
cooldown:
1721
default-days: 7
22+
groups:
23+
pre-commit:
24+
patterns:
25+
- "*"

0 commit comments

Comments
 (0)