Skip to content

Commit

Permalink
Run Renovate once a mounth
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Dec 5, 2022
1 parent 55fb752 commit a990d64
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: 'last Sunday of every month',
schedule: 'on the first day of the month',
labels: ['dependencies'],
separateMajorMinor: true,
separateMinorPatch: true,
prHourlyLimit: 0,
prConcurrentLimit: 0,
lockFileMaintenance: { enabled: true, automerge: true, schedule: 'last Sunday of every month' },
lockFileMaintenance: { enabled: true, automerge: true, schedule: 'on the first day of the month' },
baseBranches: ['master', 'test'],
packageRules: [
/** Automerge the patch, the minor and the dev dependency */
Expand Down

0 comments on commit a990d64

Please # to comment.