infrastructure/renovate.json
2023-12-08 21:45:26 +01:00

9 lines
175 B
JSON

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