From eb90f5e1e6562fca6fc51d6c6f446194a9994178 Mon Sep 17 00:00:00 2001 From: Assem Hasna <210342530+glokos@users.noreply.github.com> Date: Mon, 20 Jul 2026 15:03:42 +0200 Subject: [PATCH] =?UTF-8?q?chore(renovate):=20run=20github-actions=20updat?= =?UTF-8?q?es=20monthly=20in=20renovate=20config=20=F0=9F=97=93=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - switch schedule from weekly (on monday) to monthly (1st of month, `* 0-3 1 * *`) - keep 14-day minimumReleaseAge --- .github/renovate.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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