Skip to content

Commit

Permalink
Merge pull request #908 from camptocamp/renovate-monthly
Browse files Browse the repository at this point in the history
Configure Renovate to run monthly
  • Loading branch information
sbrunner authored Dec 5, 2022
2 parents 92f74ff + 9e117e8 commit aea1aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
extends: ['config:base'],
timezone: 'Europe/Zurich',
schedule: 'after 1am on Saturday',
schedule: 'on the first day of the month',
labels: ['dependencies'],
separateMajorMinor: true,
separateMinorPatch: true,
prHourlyLimit: 0,
prConcurrentLimit: 0,
lockFileMaintenance: { enabled: true, automerge: true },
lockFileMaintenance: { enabled: true, automerge: true, schedule: 'on the first day of the month' },
baseBranches: ['master', '1.4', '1.3', '1.2', '1.1'],
regexManagers: [
{
Expand Down

0 comments on commit aea1aed

Please sign in to comment.