From 5fc5b62eead3a159943f6de6d6ec115407a7ab84 Mon Sep 17 00:00:00 2001 From: John Mertic Date: Mon, 9 Sep 2024 10:00:44 -0400 Subject: [PATCH] Group dependabot.yml dependencies (#44) Signed-off-by: John Mertic --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 50d3cba..a39fa43 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,8 +9,14 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + all: + dependency-type: "production" - package-ecosystem: github-actions directory: / schedule: interval: weekly + groups: + all: + dependency-type: "production"