File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 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" ,
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 },
You can’t perform that action at this time.
0 commit comments