From 89215f40b9df8a5b5efbd131e3426ed3940f6dcf Mon Sep 17 00:00:00 2001 From: Keith Zantow Date: Thu, 11 Jul 2024 09:08:54 -0400 Subject: [PATCH] chore: grouped dependabot updates (#264) * chore: grouped dependabot updates Signed-off-by: Keith Zantow * chore: only minor and patch grouped or go updates Signed-off-by: Keith Zantow --------- Signed-off-by: Keith Zantow --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0009183a..477fd9bc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,11 @@ updates: open-pull-requests-limit: 10 labels: - "dependencies" + groups: + go: + update-types: + - minor + - patch - package-ecosystem: "github-actions" directory: "/" @@ -17,6 +22,12 @@ updates: open-pull-requests-limit: 10 labels: - "dependencies" + groups: + workflows: + update-types: + - major + - minor + - patch - package-ecosystem: "github-actions" directory: "/.github/actions/boostrap" @@ -25,3 +36,9 @@ updates: open-pull-requests-limit: 10 labels: - "dependencies" + groups: + workflows: + update-types: + - major + - minor + - patch