Skip to content

Conversation

@tuminoid
Copy link
Member

@tuminoid tuminoid commented Nov 21, 2025

This makes Renovate:

  • automatically add 🌱 for PR title verifier workflow
  • prevents Renovate renaming the title if someone modifies it
  • adds changelog entry for easy upstream diff viewing
  • adds "ok-to-test" label to allow running tests
  • use recommended cron style scheduling, and extend the update window for releases to 6am

Fixes: #796

@metal3-io-bot metal3-io-bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Nov 21, 2025
@tuminoid tuminoid force-pushed the tuomo/fix-renovate-config branch from 787b0ce to e8f7b94 Compare November 21, 2025 06:43
This makes Renovate:
- automatically add 🌱 for PR title verifier workflow
- prevents Renovate renaming the title if someone modifies it
- adds changelog entry for easy upstream diff viewing
- adds "ok-to-test" label to allow running tests
- use recommended cron type scheduling instead of human readable

Signed-off-by: Tuomo Tanskanen <[email protected]>
@tuminoid tuminoid force-pushed the tuomo/fix-renovate-config branch from e8f7b94 to 3222140 Compare November 21, 2025 06:51
@tuminoid
Copy link
Member Author

/cc @dtantsur @elfosardo

@tuminoid tuminoid requested a review from Copilot November 21, 2025 06:52
Copilot finished reviewing on behalf of tuminoid November 21, 2025 06:53
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR enhances the Renovate configuration to improve automation and compatibility with the project's workflows. The changes add automatic PR title prefixing, disable semantic commits to prevent unwanted title modifications, add the "ok-to-test" label for CI automation, improve scheduling with cron syntax, and add changelog URLs for easier diff viewing.

Key changes:

  • Added :seedling: prefix and disabled semantic commits for better PR title control
  • Migrated from natural language schedules to cron syntax with extended update windows (0-6am)
  • Added "ok-to-test" label and changelog URL template for openstack-ironic updates

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@tuminoid
Copy link
Member Author

/override metal3-centos-e2e-integration-test-main metal3-ubuntu-e2e-integration-test-main

@metal3-io-bot
Copy link
Contributor

@tuminoid: Overrode contexts on behalf of tuminoid: metal3-centos-e2e-integration-test-main, metal3-ubuntu-e2e-integration-test-main

In response to this:

/override metal3-centos-e2e-integration-test-main metal3-ubuntu-e2e-integration-test-main

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.

@tuminoid
Copy link
Member Author

/retest

"labels": [
"ok-to-test"
],
"commitMessagePrefix": ":seedling:",
Copy link
Member

Choose a reason for hiding this comment

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

Does it need a trailing space?

@dtantsur
Copy link
Member

/approve

The IrSO job is likely broken by an Ironic dependency, Riccardo is on it

@metal3-io-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dtantsur

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

The pull request process is described here

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

@metal3-io-bot metal3-io-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve Renovate configuration

3 participants