Skip to content

Commit c8c1366

Browse files
Disable .NET major version updates
Another attempt to get it to do the right thing.
1 parent 74b038d commit c8c1366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
],
1717
"packageRules": [
1818
{
19+
"extends": ["monorepo:dotnet"],
1920
"description": "Disable major version updates for .NET",
20-
"matchPackageNames": ["monorepo:dotnet"],
2121
"matchUpdateTypes": ["major"],
2222
"enabled": false
2323
}

0 commit comments

Comments
 (0)