From 33de94869dbe48c2ad3bba44083546d0672fc359 Mon Sep 17 00:00:00 2001 From: Haitao Chen Date: Thu, 4 Jul 2024 07:37:35 -0700 Subject: [PATCH] dependabot to group PRs (#557) * dependabot to group PRs * fix target-branch * reduce diff * reduce diff * reduce diff --- .github/dependabot.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0701279a..7e4757a5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,9 +10,17 @@ updates: directory: / # Location of package manifests schedule: interval: weekly + groups: + gomod: + applies-to: version-updates + dependency-type: production - package-ecosystem: github-actions target-branch: v3 directory: / schedule: - interval: weekly \ No newline at end of file + interval: weekly + groups: + github-actions: + applies-to: version-updates + dependency-type: production