Skip to content

Commit c73b095

Browse files
Update Renovate config (#147)
Why these changes are being introduced: * Simplify configuration options to only include setting/default overrides and add vulnerability alerts. How this addresses that need: * Update lockFileMaintenance to override 'enabled' and 'schedule' * Add vulnerabilityAlerts to override 'label' Side effects of this change: * None Relevant ticket(s): * None
1 parent aa6b374 commit c73b095

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

renovate.json

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,13 @@
1010
],
1111
"lockFileMaintenance": {
1212
"enabled": true,
13-
"recreateWhen": "always",
14-
"rebaseStalePrs": true,
15-
"branchTopic": "lock-file-maintenance",
16-
"commitMessageAction": "Lock file maintenance",
17-
"commitMessageTopic": null,
18-
"commitMessageExtra": null,
1913
"schedule": [
2014
"* 4 * * 1"
21-
],
22-
"groupName": null,
23-
"prBodyDefinitions": {
24-
"Change": "All locks refreshed"
25-
}
15+
]
16+
},
17+
"vulnerabilityAlerts": {
18+
"labels": [
19+
"security"
20+
]
2621
}
2722
}

0 commit comments

Comments
 (0)