Skip to content

Commit 351a352

Browse files
chore: Configure Renovate (#1611)
* Add renovate.json * chore: update renovatebot config --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Roberto Pintos López <roberto.pintos.lopez@gmail.com>
1 parent 5a32fd8 commit 351a352

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

renovate.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"automerge": false,
4+
"extends": [
5+
"config:base",
6+
":disableRateLimiting",
7+
":semanticCommitScopeDisabled"
8+
],
9+
"ignoreDeps": [],
10+
"packageRules": [
11+
{
12+
"groupName": "auto merge on patch or minor",
13+
"automerge": true,
14+
"matchUpdateTypes": ["patch", "minor"],
15+
"excludePackageNames": ["turbo", "typescript"]
16+
}
17+
],
18+
"rangeStrategy": "bump",
19+
"rebaseWhen": "conflicted",
20+
"semanticCommits": "enabled",
21+
"schedule": ["at any time"]
22+
}

0 commit comments

Comments
 (0)