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