Skip to content

Commit ad19c58

Browse files
chore: disable major version updates for .NET SDK (#1312)
* chore: disable major version updates for .NET SDK Disable major version updates for .NET in the Renovate config. #1305 (review) * chore: fix lint warning Add missing comma for `.json5`.
1 parent b3986de commit ad19c58

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/renovate-config.json5

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@
4343
labels: ["update-digest"],
4444
matchUpdateTypes: ["digest"],
4545
},
46+
{
47+
extends: ["monorepo:dotnet"],
48+
description: ["Disable major version updates for .NET"],
49+
matchUpdateTypes: ["major"],
50+
enabled: false,
51+
},
4652
{
4753
// Run the custom matcher on early Monday mornings (UTC)
4854
schedule: "* 0-4 * * 1",

0 commit comments

Comments
 (0)