Skip to content

Commit 03ea96e

Browse files
chore(config): migrate renovate config (#309)
chore(config): migrate config renovate.json Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5166b97 commit 03ea96e

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

renovate.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:base"
5-
],
6-
"enabledManagers": [
7-
"npm"
8-
],
3+
"extends": ["config:recommended"],
4+
"enabledManagers": ["npm"],
95
"rangeStrategy": "update-lockfile",
10-
"schedule": [
11-
"every month"
12-
]
6+
"schedule": ["every month"]
137
}

0 commit comments

Comments
 (0)