Files
gtar/renovate.json

20 lines
492 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>RenovateBot/renovate-config",
":semanticCommitTypeAll(chore)"
],
"ignoreDeps": ["postgres"],
"regexManagers": [
{
"fileMatch": ["^.*\\.yml$", "^.*\\.yaml$"],
"matchStrings": [
"^(\\s*\\w+_latest_image:\\s*\"?)([^\\s\"]+)(\"?)"
],
"datasourceTemplate": "docker",
"depNameTemplate": "{{ match2 }}",
"versioningTemplate": "docker"
}
]
}