renovate: Fix packageRules selectors
Packages rules match on `depName`, not on `lookupName`.
This commit is contained in:
parent
e282bd0687
commit
86fea664f5
1 changed files with 4 additions and 4 deletions
|
@ -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>.*)$"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue