Skip to content

Update renovate configuration#472

Merged
fontivan merged 1 commit intorh-ecosystem-edge:mainfrom
fontivan:sskeard/update-renovate
Aug 19, 2025
Merged

Update renovate configuration#472
fontivan merged 1 commit intorh-ecosystem-edge:mainfrom
fontivan:sskeard/update-renovate

Conversation

@fontivan
Copy link
Copy Markdown
Member

@fontivan fontivan commented Aug 19, 2025

  • Remove at any time schedule from tekton updates
  • This is causing multiple PRs per week and is quite noisey
  • By removing it we return to the Mintmaker default which is once a week, which should be plenty

Summary by CodeRabbit

  • Chores
    • Updated dependency automation configuration by removing a previously defined Tekton update schedule. This simplifies how automated updates are timed and reduces unnecessary noise from update proposals.
    • No user-facing changes: functionality, performance, and UI remain unaffected.
    • Regular dependency updates will continue based on the remaining configuration.

- Remove `at any time` schedule from tekton updates
- This is causing multiple PRs per week and is quite noisey
- By removing it we return to the Mintmaker default which is once a week, which should be plenty
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Aug 19, 2025

Walkthrough

Removed the tekton.schedule entry from renovate.json and adjusted JSON syntax by removing a trailing comma. managerFilePatterns remains unchanged.

Changes

Cohort / File(s) Summary of Changes
Renovate configuration
renovate.json
Deleted tekton.schedule ("at any time") and removed trailing comma after managerFilePatterns; no other fields changed.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • mresvanis
  • omertuc
  • rauhersu

Tip

🔌 Remote MCP (Model Context Protocol) integration is now available!

Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats.


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 9f9bcdb and 8a7db7d.

📒 Files selected for processing (1)
  • renovate.json (0 hunks)
💤 Files with no reviewable changes (1)
  • renovate.json
✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

‼️ IMPORTANT
Auto-reply has been disabled for this repository in the CodeRabbit settings. The CodeRabbit bot will not respond to your replies unless it is explicitly tagged.

  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@openshift-ci openshift-ci bot requested review from omertuc and tsorya August 19, 2025 11:54
@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Aug 19, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: fontivan
Once this PR has been reviewed and has the lgtm label, please assign omertuc for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@fontivan
Copy link
Copy Markdown
Member Author

/cc @rauhersu @jc-rh @abraham2512

@openshift-ci openshift-ci bot requested review from abraham2512 and rauhersu August 19, 2025 11:56
@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Aug 19, 2025

@fontivan: GitHub didn't allow me to request PR reviews from the following users: jc-rh.

Note that only rh-ecosystem-edge members and repo collaborators can review this PR, and authors cannot review their own PRs.

Details

In response to this:

/cc @rauhersu @jc-rh @abraham2512

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Aug 19, 2025

@fontivan: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-aws-ovn-single-node-recert-serial 8a7db7d link true /test e2e-aws-ovn-single-node-recert-serial
ci/prow/e2e-aws-ovn-single-node-recert-parallel 8a7db7d link true /test e2e-aws-ovn-single-node-recert-parallel

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@fontivan fontivan merged commit 729705a into rh-ecosystem-edge:main Aug 19, 2025
12 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant