Skip to content

Commit 1da4188

Browse files
authored
Add dependabot config (#4427)
This adds a 2.0 version of the dependabot config file.
1 parent 2df6943 commit 1da4188

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/dependabot.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Generated by https://github.com/richlander/dependadotnet
2+
version: 2
3+
updates:
4+
- package-ecosystem: nuget
5+
directory: "/samples/snippets/fsharp/VS_Snippets_CLR_System/system.console.class/fs" # fontlink1.fsproj
6+
schedule:
7+
interval: daily
8+
open-pull-requests-limit: 10
9+
- package-ecosystem: nuget
10+
directory: "/samples/snippets/csharp/VS_Snippets_CLR_System/system.collections.generic.equalitycomparer.default/cs" # cs.csproj
11+
schedule:
12+
interval: daily
13+
open-pull-requests-limit: 10
14+
- package-ecosystem: nuget
15+
directory: "/samples/snippets/csharp/VS_Snippets_CLR_System/system.invalidoperationexception.threading.uwp/cs" # UWPCrossThreadSolutionCS.csproj
16+
schedule:
17+
interval: daily
18+
open-pull-requests-limit: 10
19+
- package-ecosystem: nuget
20+
directory: "/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.collections.generic.equalitycomparer.default/vb" # vb.vbproj
21+
schedule:
22+
interval: daily
23+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)