Skip to content

Commit

Permalink
chore: setup dependabot for pip (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas authored Apr 23, 2024
1 parent a09d5c5 commit 2733180
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@ updates:
- "*" # Group all Actions updates into a single larger pull request
schedule:
interval: weekly
- package-ecosystem: "pip"
directory: "/"
groups:
pip:
patterns:
- "*" # Group all pip updates into a single larger pull request
schedule:
interval: weekly

0 comments on commit 2733180

Please sign in to comment.