diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9b0db10..689d362 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,13 @@ updates: interval: daily time: "13:00" open-pull-requests-limit: 10 + groups: + go: + update-types: + - "patch" + - "minor" + patterns: + - "*" # Maintain dependencies for GitHub Actions - package-ecosystem: github-actions