Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi authored Aug 7, 2023
1 parent b229219 commit dc47856
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"]
"extends": ["config:base"],
"prConcurrentLimit": 3,
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"autoApprove": true,
"automerge": true
},
{
"matchDepTypes": ["devDependencies"],
"autoApprove": true,
"automerge": true
}
]
}

0 comments on commit dc47856

Please sign in to comment.