Merge pull request #1 from iBicha/renovate/configure

Configure Renovate
This commit is contained in:
Brahim Hadriche 2022-10-13 12:12:12 -04:00 committed by GitHub
commit 7ff70514ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
renovate.json Normal file
View File

@ -0,0 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"enabledManagers": ["docker-compose", "dockerfile"]
}