diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c316972c..b187c3c4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: interval: weekly open-pull-requests-limit: 5 groups: - global: + github-actions: patterns: - "*" @@ -21,9 +21,9 @@ updates: interval: weekly open-pull-requests-limit: 5 groups: - all-docker: + docker-images: patterns: - - ".*" + - "*" - package-ecosystem: gomod directory: / @@ -31,6 +31,6 @@ updates: interval: weekly open-pull-requests-limit: 5 groups: - global: + go-dependencies: patterns: - "*"