diff options
author | Earl Warren <contact@earl-warren.org> | 2024-04-28 16:01:28 +0200 |
---|---|---|
committer | Earl Warren <contact@earl-warren.org> | 2024-04-28 16:01:28 +0200 |
commit | 295b2fff5a8f2f95d93e90e1124858672a480942 (patch) | |
tree | aed55c0d1e28d395d436faf4dc7818ee67c9481f /renovate.json | |
parent | Update module github.com/urfave/cli/v2 to v2.27.2 (diff) | |
download | forgejo-295b2fff5a8f2f95d93e90e1124858672a480942.tar.xz forgejo-295b2fff5a8f2f95d93e90e1124858672a480942.zip |
feat(renovate): github.com/urfave/cli/v2 is good at managing patches
let them be merged automatically
Diffstat (limited to 'renovate.json')
-rw-r--r-- | renovate.json | 2 |
1 files changed, 2 insertions, 0 deletions
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"], |