From bc0e2c10fa5c9a971efc7c430a1371d19aa874a3 Mon Sep 17 00:00:00 2001 From: wolearyc Date: Thu, 3 Oct 2024 14:57:22 -0700 Subject: [PATCH] excluded torch from dependabot --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ed4bb8d..917fffb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,6 +14,8 @@ updates: python-packages: patterns: - "*" + exclude-patterns: + - "*torch*" - package-ecosystem: github-actions directory: "/"