fix(renovate): extend configuration
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9e5422af84
commit
bc851dd3c5
2
PKGBUILD
2
PKGBUILD
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=prometheus-x509-certificate-exporter
|
pkgname=prometheus-x509-certificate-exporter
|
||||||
_pkgname=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
|
pkgrel=1
|
||||||
pkgdesc="metric exporter for x509 certificates"
|
pkgdesc="metric exporter for x509 certificates"
|
||||||
arch=('armv7h' 'aarch64' 'x86_64')
|
arch=('armv7h' 'aarch64' 'x86_64')
|
||||||
|
@ -11,5 +11,15 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"rebaseLabel": "renovate/rebase",
|
"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>.*)$"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user