diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 33a4cc3fc..1b564eab6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,9 @@ version: 2 updates: - package-ecosystem: "gomod" # See documentation for possible values directory: "/" # Location of package manifests - patterns: "*" # group all update PRs schedule: interval: "weekly" + groups: + all-go-deps: + patterns: + - "*" # group all non-security update PRs