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: + - "*"