diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 21d34ae26e..fb78037fa8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,8 +8,13 @@ updates: - package-ecosystem: "gomod" # See documentation for possible values directories: - "/" - - "core" - - "extension" + - "/core" + - "/extension" + groups: + deps: + applies-to: version-updates + patterns: + - "*" schedule: interval: "daily" assignees: