fix(ci): package rule to trim leading info from git version
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
d885a22ae4
commit
278bb991bf
@ -12,15 +12,12 @@
|
|||||||
"matchUpdateTypes": [ "minor", "patch"]
|
"matchUpdateTypes": [ "minor", "patch"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"addLabels": [ "renovate/postfixadmin", "renovate/automerge" ],
|
"description": "Trim leading postfixadmin- from git tag",
|
||||||
|
"addLabels": [ "renovate/postfixadmin" ],
|
||||||
"automerge": false,
|
"automerge": false,
|
||||||
|
"extractVersion": "^postfixadmin-(?<version>\\d+\\.\\d+\\.\\d+)$",
|
||||||
"matchPackageNames": [ "postfixadmin" ],
|
"matchPackageNames": [ "postfixadmin" ],
|
||||||
"matchManagers": [ "regex" ]
|
"matchManagers": [ "regex" ]
|
||||||
},
|
|
||||||
{
|
|
||||||
"description": "Trim leading postfixadmin- from git tag",
|
|
||||||
"matchPackageNames": "postfixadmin/postfixadmin",
|
|
||||||
"extractVersion": "^(postfixadmin-)?(v)?(<?version>\\d+\\.\\d+.\\d+)(\\s*)?$"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"rebaseLabel": "renovate/rebase",
|
"rebaseLabel": "renovate/rebase",
|
||||||
|
Loading…
Reference in New Issue
Block a user