Skip to content

Commit 0c983e0

Browse files
authored
chore(renovate): run github-actions updates monthly in renovate config 🗓️ (#95)
- switch schedule from weekly (on monday) to monthly (1st of month, `* 0-3 1 * *`) - keep 14-day minimumReleaseAge
1 parent 26680b5 commit 0c983e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/renovate.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
semanticCommits: "enabled",
99
semanticCommitType: "deps",
1010
packageRules: [
11-
// GitHub Actions updates: run weekly, skip releases newer than 2 weeks
11+
// GitHub Actions updates: run monthly, skip releases newer than 2 weeks
1212
// to avoid picking up freshly published versions that may be unstable or
1313
// compromised, and pin to full commit SHAs (with the version as a
1414
// trailing comment) rather than mutable tags.
1515
// When both major and minor releases exist, propose only the latest bump
1616
// (typically major) instead of a separate minor PR.
1717
{
1818
matchManagers: ["github-actions"],
19-
schedule: ["on monday"],
19+
schedule: ["* 0-3 1 * *"],
2020
minimumReleaseAge: "14 days",
2121
// Track upgrades by semver tag, but pin the resolved version to its full
2222
// commit SHA (semver tag kept as a trailing comment). Use the coerced

0 commit comments

Comments
 (0)