From 194e3724ed386a954cfbf3db25c37b6a1bad6586 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Fri, 14 Nov 2025 07:42:04 -0800 Subject: [PATCH] Update .azuredevops/dependabot.yml --- .azuredevops/dependabot.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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