Skip to content

Commit

Permalink
chore(deps): run lock file maintenance at any time.
Browse files Browse the repository at this point in the history
Updates the renovate bot configuration to allow it to create lock file
maintenance PR at any time. As we are auto merging the PR we do not need
to wait to create the PR and leave renovate bot update the file as soon
as possible.

Signed-off-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
jvanz committed Jan 2, 2025
1 parent e4392a4 commit e363295
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"area/dependencies"
],
"lockFileMaintenance": {
"enabled": true
"enabled": true,
"schedule": ["at any time"]
},
"rebaseWhen": "behind-base-branch",
"automerge": true
Expand Down

0 comments on commit e363295

Please sign in to comment.