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: - "*"