diff --git a/content/questions/advanced_security/question-115.md b/content/questions/advanced_security/question-115.md new file mode 100644 index 00000000..9e1613d3 --- /dev/null +++ b/content/questions/advanced_security/question-115.md @@ -0,0 +1,13 @@ +--- +archetype: "questions" +title: "Question 115" +question: "Which dependabot comment command will get a pull request successfully completed?" +draft: false +--- + + +> https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates#managing-dependabot-pull-requests-with-comment-commands +1. [ ] `@dependabot close` +1. [x] `@dependabot merge` +1. [ ] `@dependabot cancel merge` +1. [ ] `@dependabot rebase`