From fb35519ef9295a44d5fd31f8c860a52f1aa21253 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Wed, 12 Aug 2026 08:17:19 +0200 Subject: [PATCH] chore: group Dependabot updates --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f3acaba..d8ac82a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,9 +6,15 @@ updates: interval: weekly cooldown: default-days: 7 + groups: + npm-dependencies: + patterns: ['*'] - package-ecosystem: github-actions directory: '/' schedule: interval: weekly cooldown: default-days: 7 + groups: + github-actions: + patterns: ['*']