Skip to content

Commit 8492287

Browse files
[ignore] add dependabot yml
1 parent bbb5833 commit 8492287

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.dependabot/config.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 1
2+
3+
# update_schedule: live is only supported on javascript, ruby:bundler, python, php:composer, dotnet:nuget, rust:cargo, elixir:hex
4+
5+
update_configs:
6+
# Looks at the sln file in the root
7+
- package_manager: "dotnet:nuget"
8+
directory: "/"
9+
update_schedule: "live"
10+
11+
# Will also update legacy branch
12+
- package_manager: "dotnet:nuget"
13+
directory: "/"
14+
update_schedule: "live"
15+
target_branch: "legacy/1.x"

0 commit comments

Comments
 (0)