From 26459362039282ddcc089372020705282b67e5a1 Mon Sep 17 00:00:00 2001 From: Scott Leggett Date: Mon, 19 Feb 2024 21:03:56 +0800 Subject: [PATCH] feat: group dependabot PRs by ecosystem --- .github/dependabot.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index de791be..d0017e0 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,11 +4,23 @@ updates: directory: / schedule: interval: weekly + groups: + all: + patterns: + - "*" - package-ecosystem: docker directory: / schedule: interval: daily + groups: + all: + patterns: + - "*" - package-ecosystem: gomod directory: / schedule: interval: daily + groups: + all: + patterns: + - "*"