Add dependabot config (#3202)
This commit is contained in:
19
.dependabot/config.yml
Normal file
19
.dependabot/config.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
# Generated by https://github.com/richlander/dependadotnet
|
||||
version: 1
|
||||
|
||||
update_configs:
|
||||
- package_manager: "dotnet:nuget"
|
||||
directory: "/samples/dotnetbot" # dotnetbot.csproj
|
||||
update_schedule: "live"
|
||||
- package_manager: "dotnet:nuget"
|
||||
directory: "/samples/dotnetsay" # dotnetsay.csproj
|
||||
update_schedule: "live"
|
||||
- package_manager: "dotnet:nuget"
|
||||
directory: "/samples/helloworld" # helloworld.csproj
|
||||
update_schedule: "live"
|
||||
- package_manager: "dotnet:nuget"
|
||||
directory: "/samples/helloworldasync" # helloworld.csproj
|
||||
update_schedule: "live"
|
||||
- package_manager: "dotnet:nuget"
|
||||
directory: "/samples/qotd" # qotd.csproj
|
||||
update_schedule: "live"
|
||||
Reference in New Issue
Block a user