summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-03-12 20:12:54 -0400
committerSeth Flynn <[email protected]>2025-03-12 20:26:38 -0400
commit2341e6d4885912ec8741e34b2515222809fb829c (patch)
tree7301b493aade7e8b6df3a2c3e48eefb10670b4a3 /.github
parentd564992e4c441f6c0f49b5f691d5c8559ddf2b6c (diff)
ci: group dependabot updates
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml22
1 files changed, 21 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index bb70f4c..620a1f0 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -5,10 +5,30 @@ updates:
schedule:
interval: "weekly"
commit-message:
- prefix: "chore(node_modules)"
+ prefix: "chore(deps)"
+ groups:
+ security:
+ applies-to:
+ - security-updates
+ regular:
+ applies-to:
+ - version-updates
+ update-types:
+ - minor
+ - patch
+ major:
+ applies-to:
+ - version-updates
+ version-types:
+ - major
+
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "ci"
+ groups:
+ actions:
+ patterns:
+ - "*"