diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index de791be..d0017e0 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,11 +4,23 @@ updates: directory: / schedule: interval: weekly + groups: + all: + patterns: + - "*" - package-ecosystem: docker directory: / schedule: interval: daily + groups: + all: + patterns: + - "*" - package-ecosystem: gomod directory: / schedule: interval: daily + groups: + all: + patterns: + - "*"