25 lines
774 B
JSON
25 lines
774 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"local>RenovateBot/renovate-config",
|
|
":semanticCommitTypeAll(chore)"
|
|
],
|
|
"ignoreDeps": ["postgres"],
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": ["group_vars/all.yml"],
|
|
"matchStrings": [
|
|
"^(\\s*\\w+_latest_image:\\s*\"?)(?<currentValue>[^\\s\"]+)(\"?)"
|
|
],
|
|
"datasourceTemplate": "docker",
|
|
"depNameTemplate": "{{ currentValue | regexReplace('@sha256:.*$', '') }}",
|
|
"versioningTemplate": "docker",
|
|
"extractVersionTemplate": "{{ currentValue | regexReplace('.*:(.*)$', '$1') }}",
|
|
"registryUrls": [
|
|
"https://index.docker.io/v2/",
|
|
"https://git.comprofix.com/v2/"
|
|
]
|
|
}
|
|
]
|
|
}
|