-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Disable Dependabot after Renovate trial run #18139
Comments
copying from #18044 (comment) Also renovate PRs should set the Line 8 in 6f2a61a
|
Good catch @Luap99 I believe the default ignore list includes |
Renovate seems to propose updates for retracted releases, #18296 |
The original discussion about this has been closed. At the time, I believe I remember seeing a bugfix go through in the renovate change-logs. In any case, it seems [rollback PRs are not working correctly](containers/podman#18139 (comment)). Remove the workaround and enable rollbackPRs by default for golang. Signed-off-by: Chris Evich <[email protected]>
Thanks @Luap99 IIRC there was an issue fixed WRT rollback PRs but I still have a workaround in the default configuration. I'll remove that, but my memory is far from perfect, so please let me know if the problem keeps happening or gets worse. Opened containers/automation#134 |
Just following up on the That said, if there's a dep. that keeps popping up as broken, there's another way we can hard-code versions to be ignored. Though closing the update PR is acceptable as well, the configuration change will guarantee it's never proposed anywhere. |
Fixes: containers#18139 Removing the Dependabot configuration file is a required prerequisite to stopping it from opening update PRs. Once this commit is merged, the `Dependabot security updates` repo. setting may also be disabled. Note: The `Dependabot alerts` setting should remain enabled, this provides security-data to renovate for opening important vulnerability fix PRs. Signed-off-by: Chris Evich <[email protected]>
Feature request description
This repository is migrating over to Renovate for dependency/security automated updates, given it's enhanced configuration/capabilities and centralized management. For the time being, both tools will be enabled so that we may catch any "missing" update problems.
Suggest potential solution
After 30-ish days, the .github/dependabot.yml file should be removed and Dependabot disabled in the repo. settings.
Have you considered any alternatives?
Renovate is the alternative
Additional context
No response
The text was updated successfully, but these errors were encountered: