From 699011e18ef19068105875de787da0bd02c19523 Mon Sep 17 00:00:00 2001 From: Sanket Sudake Date: Thu, 26 Dec 2024 12:03:49 +0530 Subject: [PATCH] Update dependabot.yml grouping (#3119) --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c316972c..b187c3c4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: interval: weekly open-pull-requests-limit: 5 groups: - global: + github-actions: patterns: - "*" @@ -21,9 +21,9 @@ updates: interval: weekly open-pull-requests-limit: 5 groups: - all-docker: + docker-images: patterns: - - ".*" + - "*" - package-ecosystem: gomod directory: / @@ -31,6 +31,6 @@ updates: interval: weekly open-pull-requests-limit: 5 groups: - global: + go-dependencies: patterns: - "*"