diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 76487a64..9e4ea664 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,10 +5,18 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + docker-all: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + groups: + github-actions-all: + patterns: + - "*" - package-ecosystem: "gomod" directory: "/" schedule: