You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when using Dependabot at GitHub, I like the different kind of commands and options:
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
When using the Azure DevOps plugin, I saw no option to comment the pull requests (e.g. to ignore this major version or to do a rebase).
Would that feature also be possible in interaction with Azure DevOps - or are there any technical restrictions?
This would be great!
The text was updated successfully, but these errors were encountered:
This feature would ideally fall in the Hosted Version of this implementation. From a high level, the implementation would require:
Setup an application running in your cluster 24/7
Listen and react to webhooks from Azure DevOps (currently a bit clunky)
Run docker container against a specific PR/dependency depending on the comment added to the PR.
The hosted version that already supports the basic subset of features in the link above is currently running internally. This is written in dotnet and hopefully, we can share in the next couple of weeks. The biggest issue is that while running this purely in Ruby may be the best thing, the best support for working with Azure DevOps API is by using the CLI, PowerShell, or dotnet. This makes the feature set a bit limiting. See similar project for GitLab.
With all that said, we welcome contributions to this repository/project at any time.
Hello,
when using Dependabot at GitHub, I like the different kind of commands and options:
When using the Azure DevOps plugin, I saw no option to comment the pull requests (e.g. to ignore this major version or to do a rebase).
Would that feature also be possible in interaction with Azure DevOps - or are there any technical restrictions?
This would be great!
The text was updated successfully, but these errors were encountered: