This repository has been archived on 2026-06-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
syncthing-k8s/renovate.json
T

17 lines
381 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"kubernetes": {
"fileMatch": ["\\.ya?ml$"]
},
"regexManagers": [
{
"fileMatch": ["\\.ya?ml$"],
"matchStrings": [
"image:\\s*\"?(?<depName>[^\":]+?)(?::(?<currentValue>[^\"\\s]*))?\"?"
],
"datasourceTemplate": "docker"
}
]
}