From 72782f2c20e441c4f5351e2e5edb0a417445caba Mon Sep 17 00:00:00 2001 From: Tatsuro Shibamura Date: Wed, 13 Mar 2024 16:03:15 -0700 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 03ec545..b17af8a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,11 @@ version: 2 updates: - - package-ecosystem: "nuget" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "nuget" + directory: "/" schedule: - interval: "daily" + interval: "weekly" + groups: + dependencies: + patterns: + - "*"