From 52eb8cb6d5b7a9f126b5f7f65c7915f1dd2bff2d Mon Sep 17 00:00:00 2001 From: louis Date: Fri, 15 Sep 2023 15:39:30 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Group=20Dependency=20Updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b3c4685..dec5196 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,10 @@ updates: day: "friday" time: "09:00" timezone: "Europe/Berlin" + groups: + gomod: + patterns: + - "*" - package-ecosystem: "docker" directory: "/" @@ -24,3 +28,7 @@ updates: day: "friday" time: "09:00" timezone: "Europe/Berlin" + groups: + github-actions: + patterns: + - "*"