We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5e522 commit 4c8c8d1Copy full SHA for 4c8c8d1
.github/renovate.json
@@ -1,6 +1,6 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["config:base"],
+ "extends": ["config:recommended"],
4
"schedule": ["before 5am on Monday"],
5
"semanticCommits": "enabled",
6
"separateMajorMinor": true,
@@ -29,7 +29,9 @@
29
30
"description": "Prioritize security updates",
31
"matchDatasources": ["npm"],
32
- "vulnerabilityAlerts": true,
+ "vulnerabilityAlerts": {
33
+ "enabled": true
34
+ },
35
"labels": ["security"],
36
"prPriority": 10
37
},
0 commit comments