Enable Renovate Unity editor updates (#8752)

This commit is contained in:
2026-07-22 08:01:20 -07:00
committed by GitHub
parent 2785015212
commit 5e9109a523
+22 -1
View File
@@ -11,7 +11,8 @@
"custom.regex", "custom.regex",
"github-actions", "github-actions",
"gomod", "gomod",
"swift" "swift",
"unity3d"
], ],
"labels": [ "labels": [
"dependencies" "dependencies"
@@ -32,6 +33,26 @@
"gomod" "gomod"
], ],
"skipArtifactsUpdate": true "skipArtifactsUpdate": true
},
{
"description": "Propose stable Unity editor patch updates for manual review",
"matchManagers": [
"unity3d"
],
"automerge": false,
"dependencyDashboardApproval": true,
"minimumReleaseAge": "7 days"
},
{
"description": "Keep Unity editor upgrades on the current release line",
"matchManagers": [
"unity3d"
],
"matchUpdateTypes": [
"major",
"minor"
],
"enabled": false
} }
], ],
"customManagers": [ "customManagers": [