mirror of
https://github.com/iv-org/infrastructure.git
synced 2024-11-23 05:39:47 +00:00
11 lines
214 B
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/*"]
|
|
}
|
|
}
|