From 65eadf45e166062ea98e9acfb02b90d0800f7a32 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Thu, 30 Apr 2026 12:46:58 -0400 Subject: [PATCH] Ignore container changes from dependabot --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e7a40726ed9b..c1dc085df00d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,6 +23,8 @@ updates: directory: "/sdks/python" # Location of package manifests schedule: interval: "daily" + exclude-paths: + - "/sdks/python/container/**" - package-ecosystem: "gradle" directory: "/" # Location of package manifests schedule: