File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments