fix(renovate): extend configuration
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2024-05-07 18:00:10 +02:00
parent 9e5422af84
commit bc851dd3c5
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 12 additions and 2 deletions

View File

@ -2,7 +2,7 @@
pkgname=prometheus-x509-certificate-exporter
_pkgname=x509-certificate-exporter
pkgver=3.13.0
pkgver=3.13.0 # renovate: datasource=github-releases depName=enix/x509-certificate-exporter
pkgrel=1
pkgdesc="metric exporter for x509 certificates"
arch=('armv7h' 'aarch64' 'x86_64')

View File

@ -11,5 +11,15 @@
}
],
"rebaseLabel": "renovate/rebase",
"rebaseWhen": "behind-base-branch"
"rebaseWhen": "behind-base-branch",
"regexManagers": [
{
"description": "Update PKGBUILD version",
"fileMatch": [ "(^|/)PKGBUILD$" ],
"matchStrings": [
"pkgver=(?<currentValue>.*) # renovate: datasource=(?<datasource>.*) depName=(?<depName>.*)( lookupName=(?<lookupName>.*))?( versioning=(?<versioning>.*))?"
],
"extractVersionTemplate": "^v?(?<version>.*)$"
}
]
}