From 8f9e21c66989b4aa69578a229bcf5d6508430c19 Mon Sep 17 00:00:00 2001 From: qthequartermasterman Date: Fri, 6 Sep 2024 09:51:46 -0500 Subject: [PATCH] ci: move transformers to its own dependabot group --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 77fa568..549a9c5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,6 +19,7 @@ updates: exclude-patterns: - "hypothesis" - "torch*" + - "transformers" direct-dependencies: patterns: - "hypothesis"