Skip to content

Commit 4c8c8d1

Browse files
chore(config): migrate renovate config (#1744)
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent dc5e522 commit 4c8c8d1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/renovate.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:base"],
3+
"extends": ["config:recommended"],
44
"schedule": ["before 5am on Monday"],
55
"semanticCommits": "enabled",
66
"separateMajorMinor": true,
@@ -29,7 +29,9 @@
2929
{
3030
"description": "Prioritize security updates",
3131
"matchDatasources": ["npm"],
32-
"vulnerabilityAlerts": true,
32+
"vulnerabilityAlerts": {
33+
"enabled": true
34+
},
3335
"labels": ["security"],
3436
"prPriority": 10
3537
},

0 commit comments

Comments
 (0)