ds: disable DependaBot#392
Conversation
Dependencies must be updated in the upstream repository first. Otherwise, we'll get conflicts when doing sync PRs. Deleting the file would create conflicts on merge syncs when the `.github/dependabot.yml` file is updated upstream. With `git mv ...`, changes go smoothly in the moved files. Assisted-By: Claude <noreply@anthropic.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: karampok The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@karampok: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Review skipped — only excluded labels are configured. (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Comment |
|
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close not-planned |
|
@openshift-bot: PRs cannot be closed as Not Planned. 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. |
Dependencies must be updated in the upstream repository first. Otherwise, we'll get conflicts when doing sync PRs.
Deleting the file would create conflicts on merge syncs when the
.github/dependabot.ymlfile is updated upstream. Withgit mv ..., changes go smoothly in the moved files.