Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
minimumReleaseAge: "1 day", // 1 day delay to avoid errors installing very fresh version - https://github.com/jdx/mise/issues/2314
prPriority: -1, // Lowest priority
schedule: ["* 0-13 * * 4"], // Thursday, midnight through working day
// mise uses CalVer (YEAR.MONTH.COUNTER), not SemVer. Collapse the
// year/month/counter splits into one branch that tracks the latest release.
separateMajorMinor: false,
separateMinorPatch: false, // override repo-wide separateMinorPatch:true for mise
},
{
description: "Automerge all updates",
Expand Down
Loading