Skip to content

Commit

Permalink
Merge pull request #953 from sbrunner/renovate-schedule
Browse files Browse the repository at this point in the history
Do the pull request at the end of the day
  • Loading branch information
sbrunner authored Feb 3, 2023
2 parents 4d57514 + 90ba227 commit 0729f26
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 0729f26

Please # to comment.