File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [
44 " config:recommended" ,
5- " :dependencyDashboardApproval" ,
5+ " :prHourlyLimitNone" ,
6+ " :dependencyDashboard" ,
67 " :maintainLockFilesWeekly" ,
7- " :prHourlyLimitNone "
8+ " :semanticCommitTypeAll(chore) "
89 ],
910 "prConcurrentLimit" : 0 ,
10- "lockFileMaintenance" : {
11+ "rangeStrategy" : " update-lockfile" ,
12+ "commitBody" : " Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>" ,
13+ "labels" : [" dependencies" ],
14+ "vulnerabilityAlerts" : {
1115 "enabled" : true ,
12- "dependencyDashboardApproval " : false
16+ "labels " : [ " security " ]
1317 },
1418 "baseBranchPatterns" : [
1519 " main"
5660 " before 6pm on wednesday"
5761 ],
5862 "prPriority" : 5 ,
59- "dependencyDashboardApproval " : false
63+ "pinDigests " : true
6064 }
6165 ]
6266}
You can’t perform that action at this time.
0 commit comments