diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d0af823507..3444ddcdf0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,9 +6,17 @@ updates: schedule: interval: weekly day: thursday + groups: + All 2.X Dependencies: + patterns: + - "*" - package-ecosystem: nuget target-branch: develop/3.0 directory: "/" schedule: interval: weekly day: thursday + groups: + All 3.0 Dependencies: + patterns: + - "*"