diff --git a/.github/renovate.json b/.github/renovate.json index f0a7a9ad79..d583c12a17 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,4 +1,9 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "enabledManagers": ["ansible-galaxy"] + "extends": [ + "config:base" + ], + "ansible-galaxy": { + "enabled": true + } }