Skip to content

Commit

Permalink
fix: add renovate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
palashmon authored Apr 15, 2024
1 parent d6398c5 commit ba1b069
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
"rebaseWhen": "conflicted",
"ignoreDeps": [],
"labels": ["dependencies"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true,
"automergeType": "branch"
}
],
"platformAutomerge": true,
"prConcurrentLimit": 30,
"prHourlyLimit": 2,
"major": {
Expand Down

0 comments on commit ba1b069

Please sign in to comment.