mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 20:55:44 +00:00
Enable Renovate Unity editor updates (#8752)
This commit is contained in:
+22
-1
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user