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