-
Notifications
You must be signed in to change notification settings - Fork 136
🌱 improve Renovate config #802
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
787b0ce to
e8f7b94
Compare
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]>
e8f7b94 to
3222140
Compare
|
/cc @dtantsur @elfosardo |
There was a problem hiding this 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.
|
/override metal3-centos-e2e-integration-test-main metal3-ubuntu-e2e-integration-test-main |
|
@tuminoid: Overrode contexts on behalf of tuminoid: metal3-centos-e2e-integration-test-main, metal3-ubuntu-e2e-integration-test-main In response to this:
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. |
|
/retest |
| "labels": [ | ||
| "ok-to-test" | ||
| ], | ||
| "commitMessagePrefix": ":seedling:", |
There was a problem hiding this comment.
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?
|
/approve The IrSO job is likely broken by an Ironic dependency, Riccardo is on it |
|
[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 |
This makes Renovate:
Fixes: #796