Skip to content

fix(renovate): update schedules and group names for GitHub Actions#2450

Merged
jakobmoellerdev merged 5 commits into
open-component-model:mainfrom
fabianburth:fix/renovate-gh-actions
May 6, 2026
Merged

fix(renovate): update schedules and group names for GitHub Actions#2450
jakobmoellerdev merged 5 commits into
open-component-model:mainfrom
fabianburth:fix/renovate-gh-actions

Conversation

@fabianburth

Copy link
Copy Markdown
Contributor

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
  • I have added/updated tests for my changes (see Test Requirements)
  • Tests pass locally (task test and task test/integration if applicable)
  • If touching multiple modules, go work is enabled (see go.work)
  • My changes do not decrease test coverage
  • I have tested the changes locally by running ocm

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>
@fabianburth fabianburth requested a review from a team as a code owner May 6, 2026 12:47
@netlify

netlify Bot commented May 6, 2026

Copy link
Copy Markdown

Deploy Preview for ocm-website ready!

Name Link
🔨 Latest commit a943bed
🔍 Latest deploy log https://app.netlify.com/projects/ocm-website/deploys/69fb639718f8170009891dd7
😎 Deploy Preview https://deploy-preview-2450--ocm-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions Bot added the kind/bugfix Bug label May 6, 2026
@coderabbitai

coderabbitai Bot commented May 6, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 3fe6c95f-856a-4a41-903d-b76b962f0a68

📥 Commits

Reviewing files that changed from the base of the PR and between a0a8c27 and ba5da6e.

📒 Files selected for processing (1)
  • .github/renovate.json5
🚧 Files skipped from review as they are similar to previous changes (1)
  • .github/renovate.json5

📝 Walkthrough

Walkthrough

Renovate 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.

Changes

Renovate schedule updates

Layer / File(s) Summary
Schedule for Kubernetes chart packageRule
.github/renovate.json5
Added a schedule entry (Sunday-only, every minute window) to the Kubernetes chart packageRule (lines ~31–37).
Schedule for Golang versions (GitHub Actions)
.github/renovate.json5
Added a schedule entry to the group handling GitHub Actions / Golang versions (matchManagers: github-actions, matchDepNames: [go], groupSlug: golang-versions) (lines ~58–66).
Schedule for Kubernetes dependencies group
.github/renovate.json5
Added a Sunday-only schedule entry to the Kubernetes dependencies group rule (lines ~82–83).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Suggested labels

size/s

Suggested reviewers

  • morri-son
  • jakobmoellerdev
  • frewilhelm

Poem

🐰
Hop-hop, a Sunday plan in mind,
Branches wake when week’s aligned,
Charts and Go and deps now play,
One soft day to update away,
I nibble code and hop away.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: updating schedules and group names for GitHub Actions in the Renovate configuration.
Description check ✅ Passed The description explains the purpose of the changes (adjusting schedules and renaming groups for GitHub Actions) and is clearly related to the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot added component/github-actions Changes on GitHub Actions or within `.github/` directory size/s Small labels May 6, 2026

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

📥 Commits

Reviewing files that changed from the base of the PR and between 34cc5d0 and a0a8c27.

📒 Files selected for processing (1)
  • .github/renovate.json5

Comment thread .github/renovate.json5
jakobmoellerdev
jakobmoellerdev previously approved these changes May 6, 2026
frewilhelm
frewilhelm previously approved these changes May 6, 2026
Comment thread .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>
@fabianburth fabianburth dismissed stale reviews from frewilhelm and jakobmoellerdev via 4d3e636 May 6, 2026 13:00
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>
@github-actions github-actions Bot added size/xs Extra small and removed size/s Small labels May 6, 2026
@jakobmoellerdev jakobmoellerdev enabled auto-merge (squash) May 6, 2026 15:51
@jakobmoellerdev jakobmoellerdev merged commit 1959a44 into open-component-model:main May 6, 2026
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component/github-actions Changes on GitHub Actions or within `.github/` directory kind/bugfix Bug size/xs Extra small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants