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"