From ab5e752d0d6fabc6104a60022b75a85e34d86f79 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 30 Jul 2024 10:37:40 -0500 Subject: Add dependabot groups? --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9900085..3d7095e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,17 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + groups: + node-deps: + applies-to: version-updates + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + groups: + gha-deps: + applies-to: version-updates + patterns: + - "*" -- cgit v1.2.3