Skip to content

Commit

Permalink
ci: Configure Renovate (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and yoezlem committed Oct 25, 2023
1 parent 38ce131 commit 2e901c1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions renovate.json
@@ -0,0 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"autoApprove": true,
"automergeType": "pr",
"automergeStrategy": "squash",
"automerge": true
},
{
"matchDepNames": ["node", "pnpm", "nx"],
"enabled": false
}
],
"prConcurrentLimit": 10
}

0 comments on commit 2e901c1

Please sign in to comment.