From 77c4a761eef1ffd2944041f903257169b933fb32 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Thu, 25 Sep 2025 11:48:37 -0700 Subject: [PATCH] Opt out of internal dependabot PRs (#440) --- .azuredevops/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .azuredevops/dependabot.yml diff --git a/.azuredevops/dependabot.yml b/.azuredevops/dependabot.yml new file mode 100644 index 000000000..e99cd24bd --- /dev/null +++ b/.azuredevops/dependabot.yml @@ -0,0 +1,3 @@ +version: 2 +enable-campaigned-updates: false +enable-security-updates: false