From 2024a58e7883caaa0e622c751214e0d15600d0c4 Mon Sep 17 00:00:00 2001 From: Eduardo Serrano Date: Thu, 11 Jan 2024 16:15:46 +0000 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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: + - "*"