Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vendelieu authored Oct 11, 2024
1 parent d4bd853 commit 76c2bda
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@
":automergeMinor"
],
"baseBranches": ["dev"],
"branchConcurrentLimit": 5,
"prHourlyLimit": 10
"branchConcurrentLimit": 10,
"prHourlyLimit": 20,
"automergeType": "branch",
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
]
}

0 comments on commit 76c2bda

Please sign in to comment.