File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -1801,17 +1801,6 @@ updates:
1801
1801
dotnet :
1802
1802
patterns :
1803
1803
- " *" # Prefer a single PR per project update.
1804
- - package-ecosystem : " nuget"
1805
- directory : " /docs/core/tutorials/snippets/library-with-visual-studio-6-0/csharp/StringLibraryTest" # StringLibraryTest.csproj
1806
- schedule :
1807
- interval : " weekly"
1808
- day : " wednesday"
1809
- open-pull-requests-limit : 5
1810
- groups :
1811
- # Group .NET updates together for projects.
1812
- dotnet :
1813
- patterns :
1814
- - " *" # Prefer a single PR per project update.
1815
1804
- package-ecosystem : " nuget"
1816
1805
directory : " /docs/core/tutorials/snippets/library-with-visual-studio/csharp/StringLibraryTest" # StringLibraryTest.csproj
1817
1806
schedule :
@@ -2197,3 +2186,14 @@ updates:
2197
2186
dotnet :
2198
2187
patterns :
2199
2188
- " *" # Prefer a single PR per project update.
2189
+ - package-ecosystem : " nuget"
2190
+ directory : " /docs/machine-learning/tutorials/snippets/iris-clustering/csharp" # IrisFlowerClustering.csproj
2191
+ schedule :
2192
+ interval : " weekly"
2193
+ day : " wednesday"
2194
+ open-pull-requests-limit : 5
2195
+ groups :
2196
+ # Group .NET updates together for projects.
2197
+ dotnet :
2198
+ patterns :
2199
+ - " *" # Prefer a single PR per project update.
You can’t perform that action at this time.
0 commit comments