Skip to content

Commit

Permalink
Merge pull request #2750 from mapfish/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 016b778 + 8fe02db commit ba5bd5f
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' },
semanticCommits: 'disabled',
baseBranches: ['master', '3.27', '3.28', '3.29'],
// Upgrade the tool versions
Expand Down

0 comments on commit ba5bd5f

Please sign in to comment.