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
  • Loading branch information
sbrunner committed Feb 3, 2023
1 parent 4d57514 commit 6c7c7d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
separateMinorPatch: true,
prHourlyLimit: 0,
prConcurrentLimit: 0,
lockFileMaintenance: { enabled: true, automerge: true, schedule: 'on the first day of the month' },
lockFileMaintenance: {
enabled: true,
automerge: true,
schedule: 'after 5pm on the first day of the month',
},
baseBranches: ['master', 'test'],
'pre-commit': { enabled: true },
regexManagers: [
Expand Down

0 comments on commit 6c7c7d1

Please # to comment.