Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

ci: remove push trigger from Renovate workflow#953

Merged
iwamot merged 1 commit intomainfrom
ci/remove-renovate-push-trigger
Feb 28, 2026
Merged

ci: remove push trigger from Renovate workflow#953
iwamot merged 1 commit intomainfrom
ci/remove-renovate-push-trigger

Conversation

@iwamot
Copy link
Copy Markdown
Collaborator

@iwamot iwamot commented Feb 28, 2026

Summary

  • Remove push trigger from Renovate workflow to prevent ping-pong behavior
  • Renovate was creating lockFileMaintenance PRs that get auto-merged, which immediately triggered another Renovate run, creating conflicting PRs that reverse the changes
  • Schedule-based execution (hourly) is sufficient for dependency updates

🤖 Generated with Claude Code

Remove push trigger to prevent ping-pong behavior where Renovate
creates a lockFileMaintenance PR, it gets auto-merged, which triggers
Renovate again immediately, creating a conflicting PR that reverses
the changes. Schedule-based execution is sufficient for this workflow.

Signed-off-by: Takashi Iwamoto <hello@iwamot.com>
@github-actions
Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities found.

Scanned Files

None

@iwamot iwamot self-assigned this Feb 28, 2026
@iwamot iwamot merged commit 1c8ff1d into main Feb 28, 2026
8 checks passed
@iwamot iwamot deleted the ci/remove-renovate-push-trigger branch February 28, 2026 14:22
@codecov
Copy link
Copy Markdown

codecov bot commented Feb 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 50.96%. Comparing base (78e4c5d) to head (43517ef).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #953   +/-   ##
=======================================
  Coverage   50.96%   50.96%           
=======================================
  Files          26       26           
  Lines        1242     1242           
  Branches      178      178           
=======================================
  Hits          633      633           
  Misses        605      605           
  Partials        4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant