File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 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
2731 "every weekend"
2832 ] ,
2933 "rollbackPrs" : false ,
30- "editorCompatibilityCheckEnabled" : true ,
31- "minimumUnityVersion" : "2021.3"
3234 }
3335 ] ,
3436}
You can’t perform that action at this time.
0 commit comments