chore(deps): 🔧 configure Renovate automerge#25
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: eedc6c0e1a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "semanticCommitType": "fix", | ||
| "semanticCommitScope": "deps", | ||
| "automerge": true, |
There was a problem hiding this comment.
Align runtime Renovate branches with release workflow
For runtime dependency updates, this rule makes Renovate create fix(deps) PR titles/commits and automerge them, but it does not change the Renovate branch name. Renovate documents branchName as branchPrefix + ... with default branchPrefix of renovate/, while semanticCommitType only changes commit/PR title prefixes; the inspected .github/workflows/ci.yml publish job only runs for merged PRs whose head.ref is fix, fix/*, feat/*, or break/* (lines 62-77). As a result, an automerged runtime dependency PR from renovate/... will not publish the patch release promised by this rule.
Useful? React with 👍 / 👎.
3683a83 to
374f3b8
Compare
What changed
Europe/Madridtimezone to Renovate.Validation
renovate.jsonwith Node.