Skip to content

Commit 749a770

Browse files
Merge branch 'develop' into pvp-fixes-develop
2 parents 293f93a + 63494f6 commit 749a770

File tree

4 files changed

+12
-21
lines changed

4 files changed

+12
-21
lines changed

.github/renovate.json5

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,17 @@
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

@@ -27,13 +32,7 @@
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
}

Tools/CI/global.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

com.unity.netcode.gameobjects/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
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
{

minimalproject/Packages/manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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"

0 commit comments

Comments
 (0)