3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-01-20 11:13:22 +00:00

chore: fix dependabot groups (#253)

This commit is contained in:
Rene Leonhardt 2025-08-14 13:12:32 +02:00 committed by GitHub
parent a8b36e3f74
commit 203c9eb82a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 155 additions and 144 deletions

View file

@ -11,11 +11,11 @@ updates:
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#groups--
# 1 PR per week and group
groups:
major:
cargo-major:
update-types: ["major"]
minor:
cargo-minor:
update-types: ["minor"]
patch:
cargo-patch:
update-types: ["patch"]
- package-ecosystem: github-actions
directory: /
@ -29,6 +29,7 @@ updates:
directory: /
schedule:
interval: weekly
groups:
prd-major:
dependency-type: "production"
update-types: ["major"]