diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 05932822..e9220ed7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,12 +4,12 @@ updates: directory: "/" schedule: interval: weekly - groups: - # Group all minor/patch go dependencies into a single PR. - go-dependencies: - update-types: - - "minor" - - "patch" + groups: + # Group all minor/patch go dependencies into a single PR. + go-dependencies: + update-types: + - "minor" + - "patch" - package-ecosystem: github-actions directory: "/" schedule: