diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1bb6a64..da3e8a2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,10 @@ updates: - 'dependabot' - 'bot:robot:' - 'nuget' + groups: + nuget: + patterns: + - "*" - package-ecosystem: github-actions # Workflow files stored in the # default location of `.github/workflows` @@ -21,3 +25,7 @@ updates: - 'dependabot' - 'bot:robot:' - 'github-workflows' + groups: + github-actions: + patterns: + - "*"