From 2341e6d4885912ec8741e34b2515222809fb829c Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Wed, 12 Mar 2025 20:12:54 -0400 Subject: ci: group dependabot updates --- .github/dependabot.yml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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: + - "*" -- cgit v1.2.3