From 14f4a3d0552d6b34b797cbdffcbe3d9620b7a981 Mon Sep 17 00:00:00 2001 From: Ken Brewer Date: Fri, 1 Nov 2024 02:27:50 -0700 Subject: [PATCH 1/2] ci: exclude scipy and pandas from groups updates --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fb81eede..d700ed42 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -35,3 +35,6 @@ updates: update-types: - "minor" - "patch" + exclude-patterns: + - "pandas" + - "scipy" From 1e2f17c5ea5b7e032c80ebbc6c0c53d271415def Mon Sep 17 00:00:00 2001 From: Ken Brewer Date: Fri, 1 Nov 2024 16:09:23 -0700 Subject: [PATCH 2/2] ci: exclude seqlalchemy from dependabot groups Co-authored-by: Dave Bunten --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d700ed42..c02a48f9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -38,3 +38,4 @@ updates: exclude-patterns: - "pandas" - "scipy" + - "sqlalchemy"