mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:49:52 +01:00
feat(renovate): github.com/urfave/cli/v2 is good at managing patches
let them be merged automatically
This commit is contained in:
parent
95f8b1bbc5
commit
295b2fff5a
1 changed files with 2 additions and 0 deletions
|
@ -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"],
|
||||
|
|
Loading…
Reference in a new issue