mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-04-05 09:10:35 +00:00
group dependabot updates (#182)
This commit is contained in:
committed by
GitHub
parent
7f07803b5b
commit
c475c01f51
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
@ -5,6 +5,9 @@ updates:
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
groups:
|
||||
github-actions:
|
||||
patterns: ["*"]
|
||||
# Enable updates for Rust packages
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/" # Location of package manifests
|
||||
@ -16,3 +19,8 @@ updates:
|
||||
# behind
|
||||
- dependency-name: "*"
|
||||
update-types: ["version-update:semver-patch"]
|
||||
groups:
|
||||
cargo:
|
||||
patterns: ["*"]
|
||||
# leave major changes in their own PRs
|
||||
update-types: ["minor", "patch"]
|
||||
|
||||
Reference in New Issue
Block a user