mirror of
https://github.com/iv-org/infrastructure.git
synced 2025-03-13 11:06:27 -04: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/*"]
|
|
}
|
|
}
|