From aad73349f03d8af044282bfdeb9f161301ad9c4f Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Fri, 27 Dec 2024 09:52:11 +0100 Subject: [PATCH] Fix: name groups in dependabot for what they are --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f967b67..61b2ac5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: schedule: interval: "monthly" groups: - dependencies: + python: patterns: - "*" - package-ecosystem: "bundler" @@ -13,7 +13,7 @@ updates: schedule: interval: "monthly" groups: - regression: + ruby: patterns: - "*" - package-ecosystem: "github-actions"