You use Azure Pipelines to manage build pipelines, GitHub to store source code, and Dependabot to manage dependencies. You have an app named App1. Dependabot detects a dependency in App1 that requires an update. What should you do first to apply the update? A. Create a pull request. B. Approve the pull request. C. Create a branch. D. Perform a commit. Â Suggested Answer: B DependaBot is a useful tool to regularly check for dependency updates. By helping to keep your project up to date, DependaBot can reduce technical debt and immediately apply security vulnerabilities when patches are released. How does DependaBot work? 1. DependaBot regularly checks dependencies for updates 2. If an update is found, DependaBot creates a new branch with this upgrade and Pull Request for approval 3. You review the new Pull Request, ensure the tests passed, review the code, and decide if you can merge the change Reference: https://samlearnsazure.blog/2019/12/20/github-using-dependabot/ This question is in AZ-400 Exam For getting Microsoft DevOps Engineer Expert Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer