Skip to content

Commit f136118

Browse files
committed
formatting
1 parent da9d253 commit f136118

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

renovate.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
5-
],
3+
"extends": ["config:recommended"],
64
"enabledManagers": ["composer"],
75
"dependencyDashboard": true,
86
"timezone": "Europe/Berlin",
@@ -11,14 +9,16 @@
119
},
1210
"ignoreUnstable": true,
1311
"packageRules": [
14-
{
15-
"matchUpdateTypes": ["minor", "patch", "digest"],
16-
"schedule": ["before 4am on monday"],
17-
"groupName": "Weekly Updates"
18-
},
12+
{
13+
"matchUpdateTypes": ["minor", "patch", "digest"],
14+
"schedule": ["before 4am on monday"],
15+
"groupName": "Weekly Updates"
16+
},
1917
{
2018
"matchUpdateTypes": ["patch", "minor", "major"],
21-
"vulnerabilityAlerts": true,
19+
"vulnerabilityAlerts": {
20+
"enabled": true
21+
},
2222
"schedule": [],
2323
"groupName": null
2424
},

0 commit comments

Comments
 (0)