AZ-400 · Question #479
Drag and Drop Question You have a GitHub repository. You need to configure Dependabot dependency scanning. The solution must meet the following requirements: - Automatically open a pull request to res
The correct answer is Security updates; Version updates. Dependabot Security Updates automatically opens pull requests to resolve security alerts by updating vulnerable dependencies to a safe version, directly addressing the first requirement. Dependabot Version Updates automatically opens pull requests when a newer version of a depend
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- Security updates
- Version updates
Explanation
Dependabot Security Updates automatically opens pull requests to resolve security alerts by updating vulnerable dependencies to a safe version, directly addressing the first requirement. Dependabot Version Updates automatically opens pull requests when a newer version of a dependency is available (regardless of whether it is a security vulnerability), satisfying the second requirement. These are two distinct Dependabot features configured separately in the dependabot.yml file.
Topics
Community Discussion
No community discussion yet for this question.
