From f0521914d560671a91e5eb63017e66ee04b10132 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Mon, 7 Oct 2024 12:49:13 -0700 Subject: [PATCH] chore(ci): Renovate matchConfidence --- renovate.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/renovate.json b/renovate.json index fbf7e58..eabcfa8 100644 --- a/renovate.json +++ b/renovate.json @@ -3,5 +3,32 @@ "description": "Presets from https://github.com/bcgov/nr-renovate", "extends": [ "github>bcgov/renovate-config" + ], + "packageRules": [ + { + "groupName": "Mend: high confidence minor and patch dependency updates", + "matchUpdateTypes": [ + "minor", + "patch" + ], + "matchConfidence": [ + "very high", + "high" + ] + }, + { + "matchConfidence": [ + "low" + ], + "dependencyDashboardApproval": true, + "commitMessagePrefix": "[LOW] " + }, + { + "matchConfidence": [ + "neutral" + ], + "dependencyDashboardApproval": true, + "commitMessagePrefix": "[NEUTRAL] " + } ] }