Skip to content

Commit 9f85a38

Browse files
committed
Added rule to not update major versions
1 parent a07416e commit 9f85a38

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/renovate.json5

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,14 @@
2828
],
2929
"rollbackPrs": false
3030
},
31-
3231
// Enable automerge for Bokken image updates
3332
{
3433
"matchDatasources": ["unity-bokken"],
3534
"automerge": false,
3635
},
36+
{
37+
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
38+
"description": "Disallow major version updates"
39+
}
3740
],
3841
}

0 commit comments

Comments
 (0)