Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner-reits committed Jul 16, 2024
1 parent c63d5be commit 1ff3e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
rebaseWhen: 'never',
/**
* Cron syntax to run at midnight (UTC) on the first day of every month
*
*
* Note: Renovate does not support minute value granularity, so the wildcard value is necessary
*/
schedule: ["* 0 1 * *"],
schedule: ['* 0 1 * *'],
/**
* Ensure semantic commits are enabled for commits + PR titles.
*
Expand Down

0 comments on commit 1ff3e78

Please sign in to comment.