From 5e9109a5231eef201d50937edc4f0bdf1c50410a Mon Sep 17 00:00:00 2001 From: Dan Crosby Date: Wed, 22 Jul 2026 08:01:20 -0700 Subject: [PATCH] Enable Renovate Unity editor updates (#8752) --- renovate.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 303f1519d1..2c0a848916 100644 --- a/renovate.json +++ b/renovate.json @@ -11,7 +11,8 @@ "custom.regex", "github-actions", "gomod", - "swift" + "swift", + "unity3d" ], "labels": [ "dependencies" @@ -32,6 +33,26 @@ "gomod" ], "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": [