Move aliases under package rules
This commit is contained in:
parent
7ad8ac92be
commit
be6818f6a7
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,6 @@
|
|||
"config:recommended",
|
||||
"local>jahanson/valinor//.renovate/customManagers.json5"
|
||||
],
|
||||
"registryAliases": {
|
||||
"ghcr.io": "hub.hsn.dev/ghcr.io"
|
||||
},
|
||||
"repositories": [],
|
||||
"flux": {
|
||||
"fileMatch": [
|
||||
|
@ -78,6 +75,9 @@
|
|||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"registryAliases": {
|
||||
"ghcr.io": "hub.hsn.dev/ghcr.io"
|
||||
},
|
||||
"description": "Use custom versioning for Vector",
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
|
|
Reference in a new issue