Disable dependabot for repos that use mirroring. To do so, add the following file in the default branch of a repo: File: `.azuredevops/dependabot.yml` Content: ``` version: 2 enable-campaigned-updates: false enable-security-updates: false ```