Skip to content

Commit df06637

Browse files
ci: enable renovate's lock file maintenance (#1375)
update the complete package-lock once a week. see docs https://docs.renovatebot.com/configuration-options/#lockfilemaintenance Co-authored-by: Patrice Bender <[email protected]>
1 parent d4d1fcb commit df06637

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:recommended", ":disableDependencyDashboard"],
4-
"ignoreDeps": ["saplabs/hanaexpress", "amannn/action-semantic-pull-request", "martinbeentjes/npm-get-version-action"]
4+
"ignoreDeps": ["saplabs/hanaexpress", "amannn/action-semantic-pull-request", "martinbeentjes/npm-get-version-action"],
5+
"lockFileMaintenance": { "enabled": true }
56
}

0 commit comments

Comments
 (0)