Skip to content

Commit

Permalink
dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
eltos authored Sep 17, 2024
1 parent 6253c05 commit d3add1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ updates:

- package-ecosystem: "pip"
directories:
- "/pyproject.toml"
- "/examples/requirements.txt"
- "/"
- "/examples/"
schedule:
interval: "weekly"
groups:
Expand All @@ -14,7 +14,7 @@ updates:

- package-ecosystem: "pip"
directories:
- "/tests/requirements.txt"
- "/tests/"
schedule:
interval: "monthly"
groups:
Expand All @@ -24,7 +24,7 @@ updates:

- package-ecosystem: "pip"
directories:
- "/docs/requirements.txt"
- "/docs/"
schedule:
interval: "monthly"
groups:
Expand Down

0 comments on commit d3add1a

Please sign in to comment.