From a73d58d363ca9267966520edddb2bf8eb17171c0 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Fri, 14 Nov 2025 07:41:22 -0800 Subject: [PATCH] Add .azuredevops/dependabot.yml --- .azuredevops/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .azuredevops/dependabot.yml diff --git a/.azuredevops/dependabot.yml b/.azuredevops/dependabot.yml new file mode 100644 index 0000000000..f18e60565a --- /dev/null +++ b/.azuredevops/dependabot.yml @@ -0,0 +1,5 @@ +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