diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d2dbde8ea..5dad264a4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,5 +4,9 @@ updates: directory: "/" schedule: interval: "daily" - # Raise pull requests for version updates against the `develop` branch target-branch: "develop" + groups: + dependabot: + patterns: + - "*" +