fix(renovate): add lockFileMaintenance (#924)
The following patch adapts the renovate configuration maintain lockfiles, for example the package-lock.json Further information can be found in the official documentation: https://docs.renovatebot.com/configuration-options/#lockfilemaintenance Reviewed-on: #924 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Markus Pesch <markus.pesch@cryptic.systems> Co-committed-by: Markus Pesch <markus.pesch@cryptic.systems>
This commit was merged in pull request #924.
This commit is contained in:
@@ -49,6 +49,14 @@ | ||||
], | ||||
}, | ||||
], | ||||
lockFileMaintenance: { | ||||
"enabled": true, | ||||
"commitMessageAction": "update", | ||||
"commitMessageTopic": "lockfiles", | ||||
schedule: [ | ||||
'at any time', | ||||
] | ||||
}, | ||||
packageRules: [ | ||||
{ | ||||
groupName: 'subcharts (minor & patch)', | ||||
| ||||
Reference in New Issue
Block a user