From 1fa177eb587b94c2f34cbac4524ab557813a8ec2 Mon Sep 17 00:00:00 2001 From: Felddy Date: Fri, 24 May 2024 12:19:39 -0400 Subject: [PATCH] Add groups to Dependabot ecosystems --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 207571ff..341582d8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,11 @@ updates: - "bot :robot:" - "dependencies :game_die:" - "docker :whale:" + groups: + docker-all: + applies-to: "version-updates" + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" @@ -19,6 +24,11 @@ updates: - "bot :robot:" - "dependencies :game_die:" - "github-actions :octocat:" + groups: + github-actions-all: + applies-to: "version-updates" + patterns: + - "*" - package-ecosystem: "pip" directory: "/" @@ -28,3 +38,8 @@ updates: - "bot :robot:" - "dependencies :game_die:" - "python :snake:" + groups: + pip-all: + applies-to: "version-updates" + patterns: + - "*"