Skip to content

Commit

Permalink
Adds dependabot config for tests python dependendencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon committed Dec 30, 2024
1 parent 35a3733 commit 47a3881
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,12 @@ updates:
directory: /
schedule:
interval: weekly
- package-ecosystem: pip
directory: "/tests"
schedule:
interval: weekly
open-pull-requests-limit: 10
groups:
python:
patterns:
- "*"

0 comments on commit 47a3881

Please sign in to comment.