From 86373a57b6a52a5fafb6a2a85d8ef06803b7ac84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20St=C3=BChmer?= Date: Sat, 30 Dec 2023 02:25:57 +0100 Subject: [PATCH] chore(template): sync with dailydevops/dotnet-template [skip ci] --- .github/dependabot.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2872e01..b7fe09f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,20 +24,20 @@ updates: labels: - "dependency-nuget" open-pull-requests-limit: 20 - groups: - coverlet: - patterns: - - "coverlet*" - testcontainers: - patterns: - - "testcontainers*" - verify: - patterns: - - "verify*" - xunit: - patterns: - - "xunit" - - "xunit*" + # groups: + # coverlet: + # patterns: + # - "coverlet*" + # testcontainers: + # patterns: + # - "testcontainers*" + # verify: + # patterns: + # - "verify*" + # xunit: + # patterns: + # - "xunit" + # - "xunit*" - package-ecosystem: "gitsubmodule" directory: "/"