File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 55 "extends" : [
66 " config:recommended"
77 ],
8- "ignorePaths" : [
9- " src/Grafana.OpenTelemetry.Base/Grafana.OpenTelemetry.Base.csproj" ,
10- " src/Grafana.OpenTelemetry/Grafana.OpenTelemetry.csproj"
11- ],
128 "ignoreUnstable" : true ,
139 "labels" : [
1410 " dependencies" ,
2016 "description" : " Disable major version updates for .NET" ,
2117 "matchUpdateTypes" : [" major" ],
2218 "enabled" : false
19+ },
20+ {
21+ "extends" : [" monorepo:opentelemetry-dotnet" ],
22+ "description" : " Disable version updates for opentelemetry-dotnet" ,
23+ "enabled" : false
24+ },
25+ {
26+ "extends" : [" monorepo:opentelemetry-dotnet-contrib" ],
27+ "description" : " Disable version updates for opentelemetry-dotnet-contrib" ,
28+ "enabled" : false
2329 }
2430 ],
2531 "prConcurrentLimit" : 10 ,
You can’t perform that action at this time.
0 commit comments