From d4958a803ced013260be89ba6b19ef3641a75082 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 12 Nov 2025 08:25:09 -0500 Subject: [PATCH] ci: adds a microsoft extensions group --- .github/dependabot.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d82ae27c9..95fa5a2dc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,21 +5,22 @@ updates: directory: "/" open-pull-requests-limit: 10 schedule: - interval: "weekly" + interval: "daily" - package-ecosystem: "nuget" # location of package manifests directory: "/" open-pull-requests-limit: 10 schedule: interval: "daily" + groups: + MicrosoftExtensions: + - "Microsoft.Extensions.*" - package-ecosystem: dotnet-sdk directory: / schedule: - interval: weekly - day: wednesday + interval: "daily" ignore: - dependency-name: '*' update-types: - version-update:semver-major - version-update:semver-minor -# Built with ❤ by [Pipeline Foundation](https://pipeline.foundation)