infrastructure/renovate.json

11 lines
214 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"ignorePaths": ["requirements.yml"],
"docker-compose": {
"fileMatch": ["templates/compose/*"]
}
}