Skip to content

Commit a540ac8

Browse files
committed
Corrected renovate setup to not update the package or test projects
1 parent 59a13c0 commit a540ac8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/renovate.json5

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212
"ignorePaths": [
1313
"**/node_modules/**",
1414
// Don't renovate files in special folders using ~ as suffix
15-
"**/*~/**"
15+
"**/*~/**",
16+
"com.unity.netcode.gameobjects/**/*",
17+
"Examples/**/*",
18+
"testproject/**/*",
19+
"minimalproject/**/*",
20+
"testproject-tools-integration/**/*"
1621
],
1722
"packageRules": [
1823
// Run unity-upm-project and unity-upm-package only on weekends to reduce PR noise
@@ -27,8 +32,6 @@
2732
"every weekend"
2833
],
2934
"rollbackPrs": false,
30-
"editorCompatibilityCheckEnabled": true,
31-
"minimumUnityVersion": "6000.0"
3235
}
3336
],
3437
}

0 commit comments

Comments
 (0)