From 892185c7d903da460ca3039248feac7e1305c0e3 Mon Sep 17 00:00:00 2001 From: Derek Richard Date: Thu, 12 Dec 2024 13:33:54 -0500 Subject: [PATCH] Update dependabot.yml Update all dependencies as a single group --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cd88554..44aa4fa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + all-dependencies: + applies-to: version-updates # Applies the group rule to version updates + patterns: ["*"]