Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,17 @@
"local>Unity-Technologies/unity-renovate-config"
],
"prConcurrentLimit": 100,
// Ignore commits produced by github actions workflows
// Ignore commits produced by GitHub actions workflows
"gitIgnoredAuthors": ["[email protected]"],
"ignorePaths": [
"**/node_modules/**",
// Don't renovate files in special folders using ~ as suffix
"**/*~/**"
"**/*~/**",
"com.unity.netcode.gameobjects/**/*",
"testproject/**/*",
"minimalproject/**/*",
"testproject-tools-integration/**/*",
"Examples/**/*"
],
"packageRules": [

Expand All @@ -27,13 +32,7 @@
"schedule": [
"every weekend"
],
"rollbackPrs": false
},

// Enable automerge for Bokken image updates
{
"matchDatasources": ["unity-bokken"],
"automerge": false,
},
"rollbackPrs": false,
}
],
}
7 changes: 0 additions & 7 deletions Tools/CI/global.json

This file was deleted.

4 changes: 2 additions & 2 deletions com.unity.netcode.gameobjects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"version": "1.12.2",
"unity": "2021.3",
"dependencies": {
"com.unity.nuget.mono-cecil": "1.10.1",
"com.unity.transport": "1.4.0"
"com.unity.nuget.mono-cecil": "1.10.1",
"com.unity.transport": "1.4.0"
},
"samples": [
{
Expand Down
3 changes: 1 addition & 2 deletions minimalproject/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"dependencies": {
"com.unity.netcode.gameobjects": "file:../../com.unity.netcode.gameobjects",
"com.unity.transport": "1.5.0"
"com.unity.netcode.gameobjects": "file:../../com.unity.netcode.gameobjects"
},
"testables": [
"com.unity.netcode.gameobjects"
Expand Down