Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisWiles committed Jul 22, 2024
1 parent 0c91234 commit 2e4403b
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"rangeStrategy": "pin",
"packageRules": [
{
"groupName": "all minor devDependencies",
"groupName": "all minor and patch devDependencies",
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": false
Expand All @@ -15,9 +15,15 @@
"automerge": false
},
{
"groupName": "all dependencies",
"groupName": "all minor and patch dependencies",
"matchDepTypes": ["dependencies"],
"matchUpdateTypes": ["minor", "patch", "major"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": false
},
{
"groupName": "all major dependencies",
"matchDepTypes": ["dependencies"],
"matchUpdateTypes": ["major"],
"automerge": false
}
],
Expand All @@ -33,6 +39,6 @@
],
"prCreation": "immediate",
"automerge": false,
"branchConcurrentLimit": 10,
"branchConcurrentLimit": 50,
"dependencyDashboard": true
}

0 comments on commit 2e4403b

Please sign in to comment.