Skip to content

Commit

Permalink
Update renovate.json5
Browse files Browse the repository at this point in the history
Add Merge Confidence Workflows
  • Loading branch information
justo-mend authored Mar 23, 2023
1 parent 35805b9 commit 9f72be4
Showing 1 changed file with 28 additions and 37 deletions.
65 changes: 28 additions & 37 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,58 +5,49 @@
"github>whitesource/merge-confidence:beta"
],
"ignorePresets": ["github>mdp-forks/mc:dev"],
/*
"packageRules": [
{
"groupName": "with High merge confidence",
"matchUpdateTypes": ["minor", "patch"]
},
{
"groupName": "without High merge confidence",
"matchUpdateTypes": ["major"]
}
]
/*
"packageRules": [

/* Group High and Very High Confidence updates */
{
"matchConfidence": ["high", "very-high"],
"matchConfidence": ["high", "very high"],
"groupName": "high merge confidence"
},

/* Suppress Low Confidence updates */
{
"matchConfidence": ["low"],
"dependencyDashboardApproval": true
},
]
*/

/*
"packageRules": [
/* Automerge Very High Confidence updates
{
"matchConfidence": ["high", "very high"],
"matchUpdateTypes": ["patch", "minor"],
"automerge": true
},
*/

/* More fun rules */

/*
{
"groupName": "with High merge confidence",
"matchUpdateTypes": ["minor", "patch"]
},
{
"groupName": "without High merge confidence",
"matchUpdateTypes": ["major"]
}
*/

/*
{
"groupName": "My Special Group"
"matchConfidenceValues": ["high", "very-high"],
"pattern": "com.mycompany/*"
"...[other static filters]…": ….
},
*/

/*
"packageRules": [
{
"matchConfidence": ["low"],
"dependencyDashboardApproval": true
},
]
*/
*/

/*
"packageRules": [
{
"matchConfidence": ["high", "very-high"],
"matchUpdateTypes": [“patch”, “minor”],
"automerge": true
},
]
*/
}

0 comments on commit 9f72be4

Please sign in to comment.