Skip to content

Commit

Permalink
chore: configure renovate (#150)
Browse files Browse the repository at this point in the history
* Add renovate.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Radu-Cristian Popa <[email protected]>
  • Loading branch information
renovate[bot] and raducristianpopa authored Mar 8, 2024
1 parent 52bbb48 commit 9a5f6ed
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"enabled": true,
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"prConcurrentLimit": 10,
"branchConcurrentLimit": 0,
"prHourlyLimit": 1,
"rebaseWhen": "conflicted",
"rangeStrategy": "bump",
"prCreation": "not-pending",
"labels": ["dependencies"],
"packageRules": [
{
"matchPackageNames": ["@types/node", "node"],
"allowedVersions": "<21"
}
]
}

0 comments on commit 9a5f6ed

Please sign in to comment.