mirror of
https://gitea.invidious.io/iv-org/infrastructure.git
synced 2024-08-15 00:53:31 +00:00
10 lines
214 B
JSON
10 lines
214 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"ignorePaths": ["requirements.yml"],
|
|
"docker-compose": {
|
|
"fileMatch": ["templates/compose/*"]
|
|
}
|
|
}
|