fix(renovate): add lockFileMaintenance (#924)
All checks were successful
changelog / changelog (push) Successful in 8s
check-and-test / check-and-test (push) Successful in 38s

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:
2025-08-13 07:24:29 +00:00
committed by Markus Pesch
parent 46aa0534bb
commit 468c12643f

View File

@@ -49,6 +49,14 @@
],
},
],
lockFileMaintenance: {
"enabled": true,
"commitMessageAction": "update",
"commitMessageTopic": "lockfiles",
schedule: [
'at any time',
]
},
packageRules: [
{
groupName: 'subcharts (minor & patch)',