Skip to content

Commit 180be67

Browse files
Update .NET configuration
Change configuration to try and update major versions of .NET.
1 parent bdc09b5 commit 180be67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

renovate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
],
1717
"packageRules": [
1818
{
19+
"description": "Disable major version updates for .NET",
1920
"matchPackageNames": ["monorepo:dotnet"],
20-
"matchUpdateTypes": [
21-
"patch"
22-
]
21+
"matchUpdateTypes": ["major"],
22+
"enabled": false
2323
}
2424
],
2525
"prConcurrentLimit": 10,

0 commit comments

Comments
 (0)