Skip to content

Commit 8b90bf1

Browse files
authored
1 parent ef6ffd3 commit 8b90bf1

File tree

1 file changed

+26
-21
lines changed

1 file changed

+26
-21
lines changed

.github/dependabot.yml

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,28 @@
1-
# Generated by https://github.com/richlander/dependadotnet
1+
# generated by dependadotnet
2+
# https://github.com/dotnet/core/tree/master/samples/dependadotnet
23
version: 2
34
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
5+
- package-ecosystem: "nuget"
6+
directory: "/samples/snippets/fsharp/VS_Snippets_CLR_System/system.console.class/fs" #fontlink1.fsproj
7+
schedule:
8+
interval: "weekly"
9+
day: "wednesday"
10+
open-pull-requests-limit: 5
11+
- package-ecosystem: "nuget"
12+
directory: "/samples/snippets/csharp/api/system.reflection.metadata/metadatareader" #MetadataReaderSnippets.csproj
13+
schedule:
14+
interval: "weekly"
15+
day: "wednesday"
16+
open-pull-requests-limit: 5
17+
- package-ecosystem: "nuget"
18+
directory: "/samples/snippets/csharp/VS_Snippets_CLR_System/system.collections.generic.equalitycomparer.default/cs" #cs.csproj
19+
schedule:
20+
interval: "weekly"
21+
day: "wednesday"
22+
open-pull-requests-limit: 5
23+
- package-ecosystem: "nuget"
24+
directory: "/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.collections.generic.equalitycomparer.default/vb" #vb.vbproj
25+
schedule:
26+
interval: "weekly"
27+
day: "wednesday"
28+
open-pull-requests-limit: 5

0 commit comments

Comments
 (0)