renovate: Fix packageRules selectors

Packages rules match on `depName`, not on `lookupName`.
This commit is contained in:
saibotk 2020-10-22 02:24:07 +02:00
parent e282bd0687
commit 86fea664f5
No known key found for this signature in database
GPG key ID: A3299C587D5DF523

View file

@ -27,10 +27,10 @@
"packageRules": [
{
"packageNames": [
"docker.io/cactus4docker/go-camo",
"docker.io/tootsuite/mastodon",
"docker.io/ldez/traefik-certs-dumper",
"docker.io/matrixdotorg/synapse"
"matrix-synapse",
"traefik-acmedumper",
"mastodon",
"camo"
],
"extractVersion": "^v(?<version>.*)$"
}