Skip to content

Commit e172c95

Browse files
ctrlaltf241c3t3a
authored andcommitted
ci: group dependabot updates
In theory groups all patch bump dependabot PRs into one to reduce strain of many PRs https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
1 parent 64d2a13 commit e172c95

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ updates:
44
directory: "/" # Location of package manifests
55
schedule:
66
interval: "monthly"
7+
groups:
8+
patches:
9+
# Group cargo patch updates together to minimize PR management faff
10+
applies-to: version-updates
11+
update-types:
12+
- patch

0 commit comments

Comments
 (0)