Merge pull request #11 from iv-org/renovate/configure

Configure Renovate
This commit is contained in:
Perflyst 2023-12-16 17:04:54 +01:00 committed by GitHub
commit d141cda40e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

10
renovate.json Normal file
View File

@ -0,0 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"ignorePaths": ["requirements.yml"],
"docker-compose": {
"fileMatch": ["templates/compose/*"]
}
}