fix(renovate): add pkgver

This commit is contained in:
Markus Pesch 2024-05-02 09:13:27 +02:00
parent 19017e50a6
commit 58a6b36231
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 4 additions and 4 deletions

View File

@ -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" ],