Skip to content

Commit

Permalink
Run latest dependadotnet (#5123)
Browse files Browse the repository at this point in the history
  • Loading branch information
BillWagner authored Nov 17, 2020
1 parent ef6ffd3 commit 8b90bf1
Showing 1 changed file with 26 additions and 21 deletions.
47 changes: 26 additions & 21 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,28 @@
# Generated by https://github.com/richlander/dependadotnet
# generated by dependadotnet
# https://github.com/dotnet/core/tree/master/samples/dependadotnet
version: 2
updates:
- package-ecosystem: nuget
directory: "/samples/snippets/fsharp/VS_Snippets_CLR_System/system.console.class/fs" # fontlink1.fsproj
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: nuget
directory: "/samples/snippets/csharp/VS_Snippets_CLR_System/system.collections.generic.equalitycomparer.default/cs" # cs.csproj
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: nuget
directory: "/samples/snippets/csharp/VS_Snippets_CLR_System/system.invalidoperationexception.threading.uwp/cs" # UWPCrossThreadSolutionCS.csproj
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: nuget
directory: "/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.collections.generic.equalitycomparer.default/vb" # vb.vbproj
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: "nuget"
directory: "/samples/snippets/fsharp/VS_Snippets_CLR_System/system.console.class/fs" #fontlink1.fsproj
schedule:
interval: "weekly"
day: "wednesday"
open-pull-requests-limit: 5
- package-ecosystem: "nuget"
directory: "/samples/snippets/csharp/api/system.reflection.metadata/metadatareader" #MetadataReaderSnippets.csproj
schedule:
interval: "weekly"
day: "wednesday"
open-pull-requests-limit: 5
- package-ecosystem: "nuget"
directory: "/samples/snippets/csharp/VS_Snippets_CLR_System/system.collections.generic.equalitycomparer.default/cs" #cs.csproj
schedule:
interval: "weekly"
day: "wednesday"
open-pull-requests-limit: 5
- package-ecosystem: "nuget"
directory: "/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.collections.generic.equalitycomparer.default/vb" #vb.vbproj
schedule:
interval: "weekly"
day: "wednesday"
open-pull-requests-limit: 5

0 comments on commit 8b90bf1

Please sign in to comment.