Skip to content

Commit 2a1d87b

Browse files
chore(config): migrate renovate config (#1707)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c21e822 commit 2a1d87b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/renovate.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
2-
"extends": ["config:base"],
3-
"lockFileMaintenance": { "enabled": true, "automerge": true },
2+
"extends": ["config:recommended"],
3+
"lockFileMaintenance": {
4+
"enabled": true,
5+
"automerge": true
6+
},
47
"rangeStrategy": "replace",
58
"postUpdateOptions": ["yarnDedupeHighest"]
69
}

0 commit comments

Comments
 (0)