19 lines
486 B
JSON
19 lines
486 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"local>RenovateBot/renovate-config",
|
|
":semanticCommitTypeAll(chore)"
|
|
],
|
|
"ignoreDeps": ["postgres"],
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": [".*\\.yml$"],
|
|
"matchStrings": [
|
|
"(alpine_latest_image|ubuntu_latest_image|debian_latest_image|image):\\s*\"(?<currentValue>[^\"]+)\""
|
|
],
|
|
"datasourceTemplate": "docker",
|
|
"versioningTemplate": "docker"
|
|
}
|
|
]
|
|
}
|