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 7
7
"local>Unity-Technologies/unity-renovate-config"
8
8
] ,
9
9
"prConcurrentLimit" : 100 ,
10
- // Ignore commits produced by github actions workflows
10
+ // Ignore commits produced by GitHub actions workflows
11
11
"gitIgnoredAuthors" :
[ "[email protected] " ] ,
12
12
"ignorePaths" : [
13
13
"**/node_modules/**" ,
14
14
// 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/**/*"
16
21
] ,
17
22
"packageRules" : [
18
23
27
32
"schedule" : [
28
33
"every weekend"
29
34
] ,
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
+ }
38
37
] ,
39
38
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
"version" : " 1.12.2" ,
6
6
"unity" : " 2021.3" ,
7
7
"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"
10
10
},
11
11
"samples" : [
12
12
{
Original file line number Diff line number Diff line change 1
1
{
2
2
"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"
5
4
},
6
5
"testables" : [
7
6
" com.unity.netcode.gameobjects"
You can’t perform that action at this time.
0 commit comments