From 3f82cc400bb5ff4df3b754ede41878540707c334 Mon Sep 17 00:00:00 2001 From: Ken Brewer Date: Fri, 1 Nov 2024 16:10:33 -0700 Subject: [PATCH] ci: exclude scipy, sqlachemy, pandas from groups updates (#471) * ci: exclude scipy and pandas from groups updates * ci: exclude seqlalchemy from dependabot groups Co-authored-by: Dave Bunten --------- Co-authored-by: Dave Bunten --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fb81eede..c02a48f9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -35,3 +35,7 @@ updates: update-types: - "minor" - "patch" + exclude-patterns: + - "pandas" + - "scipy" + - "sqlalchemy"