From 9e703c614b67ba86136beaf329285447ab32dccb Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sun, 2 Feb 2025 13:44:31 +0100 Subject: [PATCH] Improve group names in dependabot.yml for clarity See https://github.com/ruby/prism/pull/3450#issuecomment-2629381141 --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8a54f2ddd6..b754ef0a8d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: schedule: interval: 'weekly' groups: - single-pr: + action-deps: patterns: - "*" - package-ecosystem: 'maven' @@ -13,7 +13,7 @@ updates: schedule: interval: 'weekly' groups: - single-pr: + java-deps: patterns: - "*" - package-ecosystem: 'bundler' @@ -31,6 +31,6 @@ updates: schedule: interval: 'weekly' groups: - single-pr: + ruby-deps: patterns: - "*"