diff --git a/.dependabot/config.yml b/.dependabot/config.yml index 066011f7f..79cb4af6a 100644 --- a/.dependabot/config.yml +++ b/.dependabot/config.yml @@ -6,10 +6,10 @@ update_configs: # Looks at the sln file in the root - package_manager: "dotnet:nuget" directory: "/" - update_schedule: "live" + update_schedule: "weekly" # Will also update legacy branch - package_manager: "dotnet:nuget" directory: "/" - update_schedule: "live" + update_schedule: "weekly" target_branch: "legacy/1.x"