From 468c12643fabe2f4c76c39e29102561eca0288aa Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Wed, 13 Aug 2025 07:24:29 +0000 Subject: [PATCH] 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: https://gitea.com/gitea/helm-gitea/pulls/924 Reviewed-by: Lunny Xiao Co-authored-by: Markus Pesch Co-committed-by: Markus Pesch --- renovate.json5 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/renovate.json5 b/renovate.json5 index 7ac2dee..8a7e28a 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -49,6 +49,14 @@ ], }, ], + lockFileMaintenance: { + "enabled": true, + "commitMessageAction": "update", + "commitMessageTopic": "lockfiles", + schedule: [ + 'at any time', + ] + }, packageRules: [ { groupName: 'subcharts (minor & patch)',