Skip to content

Commit

Permalink
Update renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
justo-mend authored Mar 26, 2023
1 parent d93b622 commit b9bd219
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@
"ignorePresets": ["github>mdp-forks/mc:dev"],
"labels": ["update"],
"packageRules": [

{
"matchUpdateTypes": ["major"],
"dependencyDashboardApproval": true,
"commitMessagePrefix": "MAJOR ",
},
{
"matchUpdateTypes": ["minor"],
"dependencyDashboardApproval": true,
"commitMessagePrefix": "MINOR ",
},
{
"matchUpdateTypes": ["patch"],
"dependencyDashboardApproval": true,
"commitMessagePrefix": "PATCH ",
},

/* Apply labels based on Merge Confidence
{
Expand Down Expand Up @@ -34,12 +50,12 @@
},
*/

/* Suppress Low and neutral Confidence updates */
/* Suppress Low and neutral Confidence updates
{
"matchUpdateTypes": ["patch", "minor"],
"dependencyDashboardApproval": true,
},

*/

/* Automerge Very High Confidence updates
{
Expand Down

0 comments on commit b9bd219

Please sign in to comment.