-
Notifications
You must be signed in to change notification settings - Fork 16
Configure renovation of cert-manager version #480
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
Conversation
Signed-off-by: Erik Godding Boye <[email protected]>
9a74b71 to
cd75835
Compare
Reconfigure PR ResultsThis is a reconfigure PR comment to help you understand and re-configure your renovate bot settings. If this Reconfigure PR were to be merged, we'd expect to see the following outcome: Detected Package Files
Configuration SummaryBased on the default config's presets, Renovate will:
What to ExpectWith your current configuration, Renovate will create 3 Pull Requests: chore(deps): update actions/checkout action to v6
chore(deps): update module github.com/sigstore/cosign/v2 to v3
chore(deps): update renovate/renovate docker tag to v42
|
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 configures Renovate to automatically manage cert-manager version updates by adding the necessary renovate comment annotation and updating the Renovate configuration to support the cert-manager module.
- Added renovate datasource annotation to enable automatic version updates for cert-manager
- Updated Renovate configuration to process cert-manager module files alongside tools
- Restructured packageRules to ensure correct post-upgrade tasks run for each module type
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
modules/cert-manager/00_mod.mk |
Added renovate comment annotation to enable version tracking for cert-manager releases |
.github/renovate.json5 |
Extended custom regex manager to include cert-manager files; added universal postUpgradeTasks rule for image SHA learning; made file patterns more specific by adding *.mk suffix; scoped Tools group to only tools files |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: inteon 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 |
I noticed that the cert-manager version in the cert-manager module was outdated. This should make Renovate suggest upgrades for it (ungrouped).