fix: renovate for github runners#84
Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📝 WalkthroughWalkthroughRenovate configuration is extended with a custom manager rule targeting GitHub Actions workflow files to automatically detect and manage runner image version updates extracted from ChangesGitHub Actions Runner Version Management
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@renovate.json`:
- Line 68: The regex in renovate.json that matches runner versions (the pattern
capturing currentValue currently limited to digits and dots) fails for values
like "latest"; update that pattern so the currentValue capture accepts
alphabetic text, hyphens, dots and numeric versions (e.g., allow
alphanumeric/hyphen/dot or specifically the token "latest") so runners like
ubuntu-latest, windows-latest and numeric versions are all matched.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
|
Since apiserver-kit has already been migrated to shared renovate configs, we need to make the change in https://github.com/opendefensecloud/renovate-config/blob/main/default.json. |
4369271 to
7554d56
Compare
|
Blocked by opendefensecloud/renovate-config#3 |
What
Enables Renovate for Github Runners.
Part of #odd-internal/28.
Why
Runners need updates.
Testing
Not tested.
Notes for reviewers
...
Checklist
Summary by CodeRabbit