fix(renovate): update schedules and group names for GitHub Actions#2450
Conversation
Adjusted the schedule for branch creation and renamed the group for GitHub Actions dependencies to improve clarity and functionality. Signed-off-by: Fabian Burth <fabian.burth@sap.com>
✅ Deploy Preview for ocm-website ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughRenovate configuration (.github/renovate.json5) is changed to add Sunday-only schedule entries for Kubernetes chart packageRule, the Golang versions (GitHub Actions) group, and the Kubernetes dependencies group to permit branch creation on Sundays. ChangesRenovate schedule updates
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Suggested labels
Suggested reviewers
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)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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 @.github/renovate.json5:
- Around line 59-65: The rule's matchDepNames filter (matchDepNames: ['go'])
prevents any GitHub Actions from matching; update the Renovate rule by either
removing the matchDepNames key altogether so all actions under matchManagers:
['github-actions'] are matched, or replace matchDepNames with the specific
action names you want to target (e.g., 'actions/checkout', 'actions/setup-go',
etc.) while keeping groupName and schedule unchanged.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 84896847-c21f-4345-be6c-ee9e22d5330f
📒 Files selected for processing (1)
.github/renovate.json5
Updated the group name and slug for the GitHub Actions configuration to better reflect the dependencies being managed. Signed-off-by: Fabian Burth <fabian.burth@sap.com>
4d3e636
Updated the group name and slug for the GitHub Actions configuration to better reflect the dependencies being managed. Signed-off-by: Fabian Burth <fabian.burth@sap.com>
What this PR does / why we need it
Adjusted the schedule for branch creation and renamed the group for GitHub Actions dependencies to improve clarity and functionality.
Which issue(s) this PR fixes
Testing
How to test the changes
Verification
task testandtask test/integrationif applicable)go workis enabled (seego.work)ocm