Move aliases under package rules

This commit is contained in:
Joseph Hanson 2023-11-27 23:16:23 -06:00
parent 7ad8ac92be
commit be6818f6a7
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -6,9 +6,6 @@
"config:recommended", "config:recommended",
"local>jahanson/valinor//.renovate/customManagers.json5" "local>jahanson/valinor//.renovate/customManagers.json5"
], ],
"registryAliases": {
"ghcr.io": "hub.hsn.dev/ghcr.io"
},
"repositories": [], "repositories": [],
"flux": { "flux": {
"fileMatch": [ "fileMatch": [
@ -78,6 +75,9 @@
], ],
"packageRules": [ "packageRules": [
{ {
"registryAliases": {
"ghcr.io": "hub.hsn.dev/ghcr.io"
},
"description": "Use custom versioning for Vector", "description": "Use custom versioning for Vector",
"matchDatasources": [ "matchDatasources": [
"docker" "docker"