diff --git a/renovate.json b/renovate.json index 5db72dd6a..bc4e81416 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,10 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" + ], + "packageRules": [ + { + "matchConfidence": "high" + } ] }