From 295b2fff5a8f2f95d93e90e1124858672a480942 Mon Sep 17 00:00:00 2001
From: Earl Warren <contact@earl-warren.org>
Date: Sun, 28 Apr 2024 16:01:28 +0200
Subject: [PATCH] feat(renovate): github.com/urfave/cli/v2 is good at managing
 patches

let them be merged automatically
---
 renovate.json | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/renovate.json b/renovate.json
index c395194167..95efafe763 100644
--- a/renovate.json
+++ b/renovate.json
@@ -72,6 +72,7 @@
     {
       "description": "Split minor and patch updates",
       "matchDepNames": [
+        "github.com/urfave/cli/v2",
         "swagger-ui-dist"
       ],
       "separateMinorPatch": true
@@ -79,6 +80,7 @@
     {
       "description": "Automerge patch updates",
       "matchDepNames": [
+        "github.com/urfave/cli/v2",
         "swagger-ui-dist"
       ],
       "matchUpdateTypes": ["patch"],