Skip to content

Commit 1b7c1bc

Browse files
authored
Update Renovate configuration to use best practices and enhance vulnerability alerts (#518)
1 parent ea96058 commit 1b7c1bc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

renovate.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended"
4+
"config:best-practices"
55
],
6+
"minimumReleaseAge": "2 days",
7+
"osvVulnerabilityAlerts": true,
8+
"dependencyDashboardOSVVulnerabilitySummary": "all",
9+
"timezone": "Europe/Berlin",
610
"labels": [
711
"dependencies"
812
],

0 commit comments

Comments
 (0)