diff --git a/renovate.json b/renovate.json index 4fefa8d1c2..74432c9dca 100644 --- a/renovate.json +++ b/renovate.json @@ -68,6 +68,21 @@ "matchUpdateTypes": ["minor", "patch", "digest"], "automerge": true }, + { + "description": "Split minor and patch updates", + "matchDepNames": [ + "swagger-ui-dist" + ], + "separateMinorPatch": true + }, + { + "description": "Automerge patch updates", + "matchDepNames": [ + "swagger-ui-dist" + ], + "matchUpdateTypes": ["patch"], + "automerge": true + }, { "description": "Update renovate with higher prio to come through rate limit", "matchDatasources": ["docker"],