Skip to content

Commit

Permalink
Do the pull request at the end of the day
Browse files Browse the repository at this point in the history
Have a maximum number of pull requests merged when we start work.
Don't reopen pull requests that I deliberately close.
  • Loading branch information
sbrunner committed Feb 3, 2023
1 parent c46d961 commit 1111734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
extends: ['config:base'],
timezone: 'Europe/Zurich',
schedule: 'on the first day of the month',
schedule: 'after 5pm on the first day of the month',
labels: ['dependencies'],
separateMajorMinor: true,
separateMinorPatch: true,
Expand Down

0 comments on commit 1111734

Please sign in to comment.