Skip to content

Commit

Permalink
ci: exclude scipy, sqlachemy, pandas from groups updates (#471)
Browse files Browse the repository at this point in the history
* ci: exclude scipy and pandas from groups updates

* ci: exclude seqlalchemy from dependabot groups

Co-authored-by: Dave Bunten <[email protected]>

---------

Co-authored-by: Dave Bunten <[email protected]>
  • Loading branch information
kenibrewer and d33bs authored Nov 1, 2024
1 parent 3ca794a commit 3f82cc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ updates:
update-types:
- "minor"
- "patch"
exclude-patterns:
- "pandas"
- "scipy"
- "sqlalchemy"

0 comments on commit 3f82cc4

Please sign in to comment.