diff --git a/.azuredevops/dependabot.yml b/.azuredevops/dependabot.yml index 9a13f446..f18e6056 100644 --- a/.azuredevops/dependabot.yml +++ b/.azuredevops/dependabot.yml @@ -1,6 +1,5 @@ -# Disable Dependabot updates in Azure DevOps since this repository is managed -# on GitHub and mirrored to Azure DevOps. -# https://eng.ms/docs/products/dependabot/configuration/disable-features -version: 2 -enable-security-updates: false -enable-campaigned-updates: false +version: 2 + +# Disabling dependabot on Azure DevOps as this is a mirrored repo. Updates should go through github. +enable-campaigned-updates: false +enable-security-updates: false