Skip to content

Commit 92322ab

Browse files
committed
chore: update renovate.json
1 parent 8523e75 commit 92322ab

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

renovate.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
5-
]
4+
"config:base",
5+
"group:allNonMajor",
6+
"schedule:monthly",
7+
":maintainLockFilesMonthly",
8+
":labels(dependencies,kind:chore)"
9+
],
10+
"rangeStrategy": "bump",
11+
"postUpdateOptions": ["yarnDedupeHighest"],
12+
"rebaseWhen": "conflicted"
613
}

0 commit comments

Comments
 (0)