Skip to content

Commit b44e9cc

Browse files
committed
Updated renovate setup to not update package or testprojects
1 parent 0405ec3 commit b44e9cc

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/renovate.json5

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
{
22
"baseBranches": ["develop", "develop-2.0.0"],
33
"dependencyDashboard": true,
4-
4+
55
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
66
"extends": [
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/**",
1414
// Don't renovate files in special folders using ~ as suffix
15-
"**/*~/**"
15+
"**/*~/**",
16+
"com.unity.netcode.gameobjects/**/*",
17+
"testproject/**/*",
18+
"minimalproject/**/*",
19+
"testproject-tools-integration/**/*"
1620
],
1721
"packageRules": [
1822
// Run unity-upm-project and unity-upm-package only on weekends to reduce PR noise
@@ -27,8 +31,6 @@
2731
"every weekend"
2832
],
2933
"rollbackPrs": false,
30-
"editorCompatibilityCheckEnabled": true,
31-
"minimumUnityVersion": "2021.3"
3234
}
3335
],
3436
}

0 commit comments

Comments
 (0)