Skip to content

Commit

Permalink
chore(ci): renovate matchConfidence
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Oct 7, 2024
1 parent 5b6b61e commit daca925
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,32 @@
"description": "Presets from https://github.com/bcgov/renovate-config",
"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] "
}
]
}

0 comments on commit daca925

Please sign in to comment.