From 88cd0f3a10d85bbab2c2c72ef52486900dddd3ab Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Mon, 7 Oct 2024 13:00:52 -0700 Subject: [PATCH] Revert "chore(ci): Renovate matchConfidence (#373)" This reverts commit c8cbb43af841deef0eefe83680d69c8200cdbe3d. --- renovate.json | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/renovate.json b/renovate.json index eabcfa8..fbf7e58 100644 --- a/renovate.json +++ b/renovate.json @@ -3,32 +3,5 @@ "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] " - } ] }