Abandon pull requests to ignore updates? #1520
-
I tried to abandon a pull request because the updated package had issues. The next day, depandabot tried to create the PR again and failed with this error message: I thought abandoning pull requests would stop dependabot from creating them again? I am using task version 2 and grouping, but grouping is only configured for other packages. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@stefer currently this DevOps implementation of Dependabot does not automatically delete the source branch if you manually abandon the PR, nor will it automatically add the package to the ignore list. The error you received is likely because the branch Dependabot created was not deleted after you abandoned the PR. If you would like to see these features added, please raise an issue for them. |
Beta Was this translation helpful? Give feedback.
@stefer currently this DevOps implementation of Dependabot does not automatically delete the source branch if you manually abandon the PR, nor will it automatically add the package to the ignore list.
The error you received is likely because the branch Dependabot created was not deleted after you abandoned the PR.
To ignore a package update, you must add an ignore rule to your
dependabot.yml
config.If you would like to see these features added, please raise an issue for them.