1
0
Fork 0
mirror of https://github.com/iv-org/infrastructure.git synced 2025-07-15 10:49:30 -04:00

Merge pull request 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

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/*"]
}
}