File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ # Enable version updates for NuGet
4+ - package-ecosystem : " nuget"
5+ directory : " /"
6+ schedule :
7+ interval : " weekly"
8+ open-pull-requests-limit : 10
9+ labels :
10+ - " dependencies"
11+ - " security"
12+ # Allow both direct and indirect dependencies
13+ allow :
14+ - dependency-type : " all"
Original file line number Diff line number Diff line change 3030 <PackageReference Include =" System.Private.Uri" Version =" 4.3.0" />
3131
3232 <!-- Multiple CVEs: Security vulnerabilities in older version -->
33- <PackageReference Include =" Microsoft.Data.OData" Version =" 5.6.0 " />
33+ <PackageReference Include =" Microsoft.Data.OData" Version =" 5.8.4 " />
3434
3535 <!-- CVE-2021-26701: Remote Code Execution vulnerability -->
3636 <PackageReference Include =" System.Net.Http.WinHttpHandler" Version =" 4.3.0" />
You can’t perform that action at this time.
0 commit comments