summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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