infrastructure/renovate.json

10 lines
175 B
JSON
Raw 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
],
"docker-compose": {
"fileMatch": ["templates/compose/*"]
}
2023-12-08 20:39:40 +00:00
}