Enable Renovate#32
Draft
lpiwowar wants to merge 3 commits into
Draft
Conversation
Adds renovate.json which enables the Renovate bot for this repository. Once merged to main, Renovate will automatically open pull requests for dependency updates and a Dependency Dashboard issue will appear in the repository after the first scheduled run.
Align dependency versions with the constraints enforced by the shared openstack-k8s-operators Renovate config (default.json5): - k8s.io/* v0.34.x -> v0.33.13 (constraint: < 0.34.0) - sigs.k8s.io/controller-runtime v0.22.4 -> v0.21.0 (< 0.22.0) - github.com/operator-framework/api v0.37.0 -> v0.31.0 (< 0.34.0) - sigs.k8s.io/yaml v1.6.0 -> v1.4.0 - github.com/google/gnostic-models v0.7.0 -> v0.6.9 - k8s.io/kube-openapi downgraded to match k8s 0.33.x series - sigs.k8s.io/structured-merge-diff/v6 -> v4 These versions now match lib-common v0.6.0 and comply with the OCP 4.20 [1] version ceilings in the shared Renovate configuration. [1] openstack-k8s-operators/renovate-config@a59985b Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lpiwowar The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Collaborator
Author
|
The govulncheck issue is going to be fixed in the MCP PR (no need to fix it here). |
Dependencies in this repository are going to be handled by both Renovate and the force-bump GitHub workflow.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds renovate.json which enables the Renovate bot for this repository. Once merged to main, Renovate will automatically open pull requests for dependency updates and a Dependency Dashboard issue will appear in the repository after the first scheduled run.
The
openstack-k8s-operators/*[1] dependencies are explicitly disabled in the shared config and handled by the force-bump workflows instead.[1] openstack-k8s-operators/renovate-config@1b6d6f1