Limit managers

This commit is contained in:
Brahim Hadriche 2022-10-13 12:10:02 -04:00 committed by GitHub
parent 8d7b9544c3
commit 2d7519e6eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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