chore: update renovate.json for custom registry
This commit is contained in:
@ -7,13 +7,18 @@
|
||||
"ignoreDeps": ["postgres"],
|
||||
"regexManagers": [
|
||||
{
|
||||
"fileMatch": ["^.*\\.yml$", "^.*\\.yaml$"],
|
||||
"fileMatch": ["group_vars/all.yml"],
|
||||
"matchStrings": [
|
||||
"^(\\s*\\w+_latest_image:\\s*\"?)(?<currentValue>[^\\s\"]+)(\"?)"
|
||||
],
|
||||
"datasourceTemplate": "docker",
|
||||
"depNameTemplate": "{{ currentValue }}",
|
||||
"versioningTemplate": "docker"
|
||||
"depNameTemplate": "{{ currentValue | regexReplace('@sha256:.*$', '') }}",
|
||||
"versioningTemplate": "docker",
|
||||
"extractVersionTemplate": "{{ currentValue | regexReplace('.*:(.*)$', '$1') }}",
|
||||
"registryUrls": [
|
||||
"https://index.docker.io/v2/",
|
||||
"https://git.comprofix.com/v2/"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user