From f136cca5df95be7913ab961eedb5b2b97e003026 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Thu, 25 Apr 2024 11:15:23 +0200 Subject: [PATCH] feat(renovate): automerge swagger-ui-dist patch updates Looking at https://github.com/swagger-api/swagger-ui/graphs/contributors it looks like https://github.com/char0n is actively maintaining the package and the changes of the last release suggest it can be trusted with patch upgrades. --- renovate.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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"],