Skip to content
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

Dependabot commands and options missing #101

Open
afrixx opened this issue Apr 26, 2021 · 1 comment
Open

Dependabot commands and options missing #101

afrixx opened this issue Apr 26, 2021 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@afrixx
Copy link

afrixx commented Apr 26, 2021

Hello,

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!

@mburumaxwell
Copy link
Contributor

@afrixx ,

This feature would ideally fall in the Hosted Version of this implementation. From a high level, the implementation would require:

  1. Setup an application running in your cluster 24/7
  2. Listen and react to webhooks from Azure DevOps (currently a bit clunky)
  3. 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.

@mburumaxwell mburumaxwell added the enhancement New feature or request label Dec 6, 2021
@mburumaxwell mburumaxwell reopened this Dec 14, 2022
@mburumaxwell mburumaxwell added the help wanted Extra attention is needed label Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants