diff --git a/renovate.json5 b/renovate.json5 index f5b58e77..3723e8e1 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -2,7 +2,13 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended", ":disableRateLimiting"], "minimumReleaseAge": "5 days", + "ignorePresets": ["mergeConfidence:all-badges"], "packageRules": [ + { + "matchDatasources": ["nuget"], + "matchUpdateTypes": ["patch", "minor", "major"], + "prBodyColumns": ["Package", "Update", "Change", "Age", "Confidence", "Pending"] + }, { "matchFileNames": ["*.props", "*.csproj"], "commitMessagePrefix": "build(deps):"