Skip to content

Commit c659fb2

Browse files
committed
Corrected Renovate setup to respect editor compatibility
1 parent d21945e commit c659fb2

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.github/renovate.json5

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"local>Unity-Technologies/unity-renovate-config"
88
],
99
"prConcurrentLimit": 100,
10-
// Ignore commits produced by github actions workflows
10+
// Ignore commits produced by Github actions workflows
1111
"gitIgnoredAuthors": ["[email protected]"],
1212
"ignorePaths": [
1313
"**/node_modules/**",
@@ -26,16 +26,9 @@
2626
"schedule": [
2727
"every weekend"
2828
],
29-
"rollbackPrs": false
30-
},
31-
// Enable automerge for Bokken image updates
32-
{
33-
"matchDatasources": ["unity-bokken"],
34-
"automerge": false,
35-
},
36-
{
37-
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
38-
"description": "Disallow major version updates"
29+
"rollbackPrs": false,
30+
"editorCompatibilityCheckEnabled": true,
31+
"minimumUnityVersion": "6000.0"
3932
}
4033
],
4134
}

0 commit comments

Comments
 (0)