Skip to content

Commit

Permalink
Merge pull request #154 from Commencis/bugfix/renovate-lock-file-main…
Browse files Browse the repository at this point in the history
…tenance

fix(renovate): update schedule for lock file maintenance job
  • Loading branch information
serhatyuna authored Nov 26, 2024
2 parents 9c60d40 + 97a6875 commit 9b562b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion shared/renovate/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@
"config:recommended",
":automergeDisabled",
":enableVulnerabilityAlerts",
":maintainLockFilesWeekly",
":prConcurrentLimit10",
":separateMultipleMajorReleases"
],
"timezone": "Europe/Istanbul",
"schedule": ["after 7am and before 9am"],
"baseBranches": ["main"],
"lockFileMaintenance": {
"enabled": true,
"schedule": ["after 7am and before 9am on Monday"]
},
"packageRules": [
{
"matchPackageNames": ["node"],
Expand Down

0 comments on commit 9b562b1

Please sign in to comment.