Skip to content

Commit

Permalink
ci: enable renovate lock file maintenance (#28)
Browse files Browse the repository at this point in the history
Update all dependencies once a week.
  • Loading branch information
jooola authored Jan 26, 2024
1 parent d7a1b2d commit f508940
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>hetznercloud/.github//renovate/default"]
"extends": ["github>hetznercloud/.github//renovate/default"],
"lockFileMaintenance": {
"enabled": true,
"schedule": ["before 4am on monday"]
}
}

0 comments on commit f508940

Please sign in to comment.