diff --git a/.github/renovate.json b/.github/renovate.json index 059525b0b..d2f77cdcd 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,9 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base"], - "enabledManagers": ["tekton"] + "extends": [ + "config:recommended" + ], + "enabledManagers": [ + "tekton" + ] }