summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-03-30 21:34:09 -0400
committerSeth Flynn <[email protected]>2025-03-30 22:08:05 -0400
commitedbe9b7d259b95b48eae8b4f4853b1e5ad6ab537 (patch)
tree83b41e3ae4bd1da47ba085d402bce07dfb5e54a4
parent411a8e5fe6f7243bebf89d4242acad9d83cbfabb (diff)
ci: group dependabot prs
-rw-r--r--.github/dependabot.yml20
1 files changed, 19 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index f9f0b67..720d129 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: "crates"
+ prefix: "chore(crates)"
+ groups:
+ security:
+ applies-to: security-updates
+ patterns:
+ - "*"
+ regular:
+ applies-to: version-updates
+ update-types:
+ - minor
+ - patch
+ major:
+ applies-to: version-updates
+ update-types:
+ - major