diff options
| author | Seth Flynn <[email protected]> | 2025-03-13 19:47:11 -0400 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-03-13 19:53:52 -0400 |
| commit | b5640c6c8bb2e6d1975a28b309ec63098818a233 (patch) | |
| tree | 80a3c90c67788480f964973fc08f7c6aa9f320f3 /.github/dependabot.yml | |
| parent | 892638fcf36faea275909f58c3c5ab31d96b6597 (diff) | |
ci: group dependabot updates
Diffstat (limited to '.github/dependabot.yml')
| -rw-r--r-- | .github/dependabot.yml | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eea0a9b..434e6ba 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,10 +6,28 @@ updates: interval: "weekly" commit-message: prefix: "ci" + groups: + actions: + patterns: + - "*" - package-ecosystem: "cargo" directory: "/" schedule: interval: "weekly" commit-message: - prefix: "chore(crates)" + prefix: "chore(deps)" + groups: + security: + applies-to: security-updates + patterns: + - "*" + regular: + applies-to: version-updates + update-types: + - minor + - patch + major: + applies-to: version-updates + update-types: + - major |
