diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bcd434ca8..729e70514 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,11 @@ updates: schedule: interval: weekly open-pull-requests-limit: 10 + groups: + go-x: + patterns: + - "golang.org/x/*" + applies-to: version-updates # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions"