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: 2 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
semanticCommits: "enabled",
semanticCommitType: "deps",
packageRules: [
// GitHub Actions updates: run weekly, skip releases newer than 2 weeks
// GitHub Actions updates: run monthly, skip releases newer than 2 weeks
// to avoid picking up freshly published versions that may be unstable or
// compromised, and pin to full commit SHAs (with the version as a
// trailing comment) rather than mutable tags.
// When both major and minor releases exist, propose only the latest bump
// (typically major) instead of a separate minor PR.
{
matchManagers: ["github-actions"],
schedule: ["on monday"],
schedule: ["* 0-3 1 * *"],
minimumReleaseAge: "14 days",
// Track upgrades by semver tag, but pin the resolved version to its full
// commit SHA (semver tag kept as a trailing comment). Use the coerced
Expand Down
Loading