diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 3013ea0..aca2486 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -8,7 +8,7 @@ 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. @@ -16,7 +16,7 @@ // (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