infrastructure/renovate.json

11 lines
214 B
JSON
Raw Permalink Normal View History

2023-12-08 20:39:40 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
2023-12-08 20:45:26 +00:00
],
"ignorePaths": ["requirements.yml"],
2023-12-08 20:45:26 +00:00
"docker-compose": {
"fileMatch": ["templates/compose/*"]
}
2023-12-08 20:39:40 +00:00
}