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: + - "*"