group dependabot updates (#182)

This commit is contained in:
Dustin J. Mitchell
2026-03-12 22:13:48 -04:00
committed by GitHub
parent 7f07803b5b
commit c475c01f51

View File

@ -5,6 +5,9 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: "weekly"
groups:
github-actions:
patterns: ["*"]
# Enable updates for Rust packages # Enable updates for Rust packages
- package-ecosystem: "cargo" - package-ecosystem: "cargo"
directory: "/" # Location of package manifests directory: "/" # Location of package manifests
@ -16,3 +19,8 @@ updates:
# behind # behind
- dependency-name: "*" - dependency-name: "*"
update-types: ["version-update:semver-patch"] update-types: ["version-update:semver-patch"]
groups:
cargo:
patterns: ["*"]
# leave major changes in their own PRs
update-types: ["minor", "patch"]