From a9b11cefddfc104240b9494fefcf4686a44329b8 Mon Sep 17 00:00:00 2001 From: iyear Date: Sat, 9 Nov 2024 15:53:01 +0800 Subject: [PATCH] chore(dependabot): combine prs in groups --- .github/dependabot.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 21d34ae26e..fb78037fa8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,8 +8,13 @@ updates: - package-ecosystem: "gomod" # See documentation for possible values directories: - "/" - - "core" - - "extension" + - "/core" + - "/extension" + groups: + deps: + applies-to: version-updates + patterns: + - "*" schedule: interval: "daily" assignees: