Skip to content

Commit c475c01

Browse files
authored
group dependabot updates (#182)
1 parent 7f07803 commit c475c01

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "weekly"
8+
groups:
9+
github-actions:
10+
patterns: ["*"]
811
# Enable updates for Rust packages
912
- package-ecosystem: "cargo"
1013
directory: "/" # Location of package manifests
@@ -16,3 +19,8 @@ updates:
1619
# behind
1720
- dependency-name: "*"
1821
update-types: ["version-update:semver-patch"]
22+
groups:
23+
cargo:
24+
patterns: ["*"]
25+
# leave major changes in their own PRs
26+
update-types: ["minor", "patch"]

0 commit comments

Comments
 (0)