fix(renovate): add pkgver
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
9a7c566e44
commit
19017e50a6
2
PKGBUILD
2
PKGBUILD
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=prometheus-bind-exporter
|
pkgname=prometheus-bind-exporter
|
||||||
_pkgname=bind_exporter
|
_pkgname=bind_exporter
|
||||||
pkgver=0.6.1
|
pkgver=0.6.1 # renovate: datasource=github-releases depName=prometheus-community/bind_exporter
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Prometheus exporter for BIND metrics'
|
pkgdesc='Prometheus exporter for BIND metrics'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -1,6 +1,17 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"assignees": [ "volker.raschek" ],
|
"assignees": [ "volker.raschek" ],
|
||||||
|
"customManagers": [
|
||||||
|
{
|
||||||
|
"description": "Update PKGBUILD version",
|
||||||
|
"fileMatch": [
|
||||||
|
"^PKGBUILD$"
|
||||||
|
],
|
||||||
|
"matchStrings": [
|
||||||
|
"pkgver=(?<currentValue>.*) # renovate: datasource=(?<datasource>.*) depName=(?<depName>.*)( lookupName=(?<lookupName>.*))?( versioning=(?<versioning>.*))?"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"labels": [ "renovate" ],
|
"labels": [ "renovate" ],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user