4 Commits

Author SHA1 Message Date
2004dc8ada Merge pull request 'chore(deps): update dependency enix/x509-certificate-exporter to v3.14.0' (#1) from renovate/enix-x509-certificate-exporter-3.x into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1
2024-05-07 17:15:18 +00:00
6fd4d7d057 chore(deps): update dependency enix/x509-certificate-exporter to v3.14.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-05-07 19:12:56 +02:00
4b6888968a chore(deps): update dependency git.cryptic.systems/volker.raschek/markdownlint to v0.39.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-05-07 19:11:15 +02:00
bc851dd3c5 fix(renovate): extend configuration
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-07 18:00:10 +02:00
3 changed files with 13 additions and 3 deletions

View File

@ -13,7 +13,7 @@ steps:
- name: markdown lint - name: markdown lint
commands: commands:
- markdownlint *.md - markdownlint *.md
image: git.cryptic.systems/volker.raschek/markdownlint:0.37.0 image: git.cryptic.systems/volker.raschek/markdownlint:0.39.0
resources: resources:
limits: limits:
cpu: 150 cpu: 150

View File

@ -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.14.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')

View File

@ -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>.*)$"
}
]
} }