Skip to content

Commit

Permalink
chore: [1.X] Renovate updates integration (#3288)
Browse files Browse the repository at this point in the history
* Added rule to not update major versions

* Removal of unused global.json file

* Updated dependencies suggested by Renovate

* Revereted amannn/action-semantic-pull-request

* Reverted com.unity.ai.navigation package bump

* Removed minimalproject dependency

* Corrected Renovate configuration so to update only packages versions compatible with mimimal supported editor

* Updated renovate setup to not update package or testprojects

* Reverted packages changes

---------

Co-authored-by: Noel Stephens <noel.stephens@unity3d.com>
  • Loading branch information
michalChrobot and NoelStephensUnity authored Feb 18, 2025
1 parent db5fefe commit 63494f6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 21 deletions.
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": ["githubaction@githubaction.com"],
"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

0 comments on commit 63494f6

Please sign in to comment.