summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-03-13 19:47:11 -0400
committerSeth Flynn <[email protected]>2025-03-13 19:53:52 -0400
commitb5640c6c8bb2e6d1975a28b309ec63098818a233 (patch)
tree80a3c90c67788480f964973fc08f7c6aa9f320f3 /.github/dependabot.yml
parent892638fcf36faea275909f58c3c5ab31d96b6597 (diff)
ci: group dependabot updates
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml20
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