fix(renovate): add pkgver
This commit is contained in:
parent
19017e50a6
commit
58a6b36231
@ -3,13 +3,13 @@
|
|||||||
"assignees": [ "volker.raschek" ],
|
"assignees": [ "volker.raschek" ],
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
|
"customType": "regex",
|
||||||
"description": "Update PKGBUILD version",
|
"description": "Update PKGBUILD version",
|
||||||
"fileMatch": [
|
"fileMatch": [ "(^|/)PKGBUILD$" ],
|
||||||
"^PKGBUILD$"
|
|
||||||
],
|
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"pkgver=(?<currentValue>.*) # renovate: datasource=(?<datasource>.*) depName=(?<depName>.*)( lookupName=(?<lookupName>.*))?( versioning=(?<versioning>.*))?"
|
"pkgver=(?<currentValue>.*) # renovate: datasource=(?<datasource>.*) depName=(?<depName>.*)( lookupName=(?<lookupName>.*))?( versioning=(?<versioning>.*))?"
|
||||||
]
|
],
|
||||||
|
"extractVersionTemplate": "^v?(?<version>.*)$"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"labels": [ "renovate" ],
|
"labels": [ "renovate" ],
|
||||||
|
Loading…
Reference in New Issue
Block a user