ROX-31200: Add renovate config for konflux bot#2454
Conversation
| ], | ||
| }, | ||
| "enabledManagers": [ | ||
| "tekton", |
There was a problem hiding this comment.
Currently, kofnlux bot also opens PRs for updating go packages and docker base images.
For go packages we should rely on dependabot.
Not sure about docker base images. We might want to stay on specific rhel version but we can use konflux just to bump minor versions updates and/or use it as an indicator that we need to consider an upgrade for the base image. What is your opinion about docker base images?
There was a problem hiding this comment.
I'm not sure. I've also seen dependabot update base images previously. We should definitely only have one bot being responsible for that.
I'd say we should take the bot that's easier for us to configure to work for internal / RH registry base images.
| @@ -0,0 +1,61 @@ | |||
| { | |||
There was a problem hiding this comment.
Why is the file path .github/renovate.json5 and not just .github/renovate.json?
There was a problem hiding this comment.
I did it because other stackrox repos have .json5. But .json is also a valid option https://docs.renovatebot.com/configuration-options/
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: johannes94, kurlov 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 |
|
e2e tests are no related to these changes |
|
/override ci/prow/e2e |
|
@kurlov: Overrode contexts on behalf of kurlov: ci/prow/e2e DetailsIn 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. |
Description
Add configuration for Kofnlux bot PRs
Checklist (Definition of Done)
Test manualROX-12345: ...Test manual
TODO: Add manual testing efforts