From 700e5c235924cc3b528f5cfbb594a82ac4bc382e Mon Sep 17 00:00:00 2001 From: Emil Edholm Date: Thu, 21 Sep 2023 13:16:57 +0200 Subject: [PATCH] ci(dependabot): group Go deps AP-290 --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0df1025..8223ab1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,6 +16,13 @@ updates: day: "monday" time: "05:06" timezone: "Europe/Stockholm" + groups: + go: + patterns: + - "*" # Include all dependencies in one PR + update-types: + - "minor" + - "patch" - package-ecosystem: gomod directory: .sage