Skip to content

Commit

Permalink
Renovate lockFileMaintenance respecting schedule and 2-week stabi…
Browse files Browse the repository at this point in the history
…lity period (#154)
  • Loading branch information
jamesbraza authored Dec 17, 2024
1 parent 4132491 commit 4bbbbf3
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 @@ -5,7 +5,11 @@
prHourlyLimit: 4,
timezone: "America/Los_Angeles",
rangeStrategy: "widen",
lockFileMaintenance: { enabled: true },
lockFileMaintenance: {
enabled: true,
schedule: ["* 2 1-7 * 1"], // Work around https://github.com/renovatebot/renovate/discussions/33152
},
minimumReleaseAge: "2 weeks",
"pre-commit": { enabled: true },
packageRules: [
{
Expand Down

0 comments on commit 4bbbbf3

Please sign in to comment.