diff --git a/renovate.json b/renovate.json index daaea0b5..151c402c 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "github>open-feature/community-tooling" - ] + ], + "dependencyDashboardApproval": true, + "recreateWhen": "never" }