diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 32880ad..83f20c1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: - package-ecosystem: gomod directory: "/" groups: - all: + gomod: patterns: - "*" # Group all updates into a single larger pull request. schedule: @@ -17,7 +17,7 @@ updates: - package-ecosystem: github-actions directory: / groups: - all: + github-actions: patterns: - "*" # Group all updates into a single larger pull request. schedule: