diff --git a/renovate.json b/renovate.json index 7ba95dc..974f3f5 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,9 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "enabledManagers": ["github-actions"] + "extends": [ + "config:recommended" + ], + "enabledManagers": [ + "github-actions" + ] }