File tree Expand file tree Collapse file tree 4 files changed +12
-21
lines changed
com.unity.netcode.gameobjects Expand file tree Collapse file tree 4 files changed +12
-21
lines changed Original file line number Diff line number Diff line change 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/**/*" ,
20+ "Examples/**/*"
1621 ] ,
1722 "packageRules" : [
1823
2732 "schedule" : [
2833 "every weekend"
2934 ] ,
30- "rollbackPrs" : false
31- } ,
32-
33- // Enable automerge for Bokken image updates
34- {
35- "matchDatasources" : [ "unity-bokken" ] ,
36- "automerge" : false ,
37- } ,
35+ "rollbackPrs" : false ,
36+ }
3837 ] ,
3938}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55 "version" : " 1.12.2" ,
66 "unity" : " 2021.3" ,
77 "dependencies" : {
8- "com.unity.nuget.mono-cecil" : " 1.10.1" ,
9- "com.unity.transport" : " 1.4.0"
8+ "com.unity.nuget.mono-cecil" : " 1.10.1" ,
9+ "com.unity.transport" : " 1.4.0"
1010 },
1111 "samples" : [
1212 {
Original file line number Diff line number Diff line change 11{
22 "dependencies" : {
3- "com.unity.netcode.gameobjects" : " file:../../com.unity.netcode.gameobjects" ,
4- "com.unity.transport" : " 1.5.0"
3+ "com.unity.netcode.gameobjects" : " file:../../com.unity.netcode.gameobjects"
54 },
65 "testables" : [
76 " com.unity.netcode.gameobjects"
You can’t perform that action at this time.
0 commit comments