Skip to content

Commit

Permalink
ci(dependabot): enable weekly job for pip dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb committed Jan 31, 2025
1 parent a095ac3 commit bdaa32c
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 @@ -73,3 +73,12 @@ updates:
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly
day: thursday
groups:
python-packages:
patterns:
- "*"

0 comments on commit bdaa32c

Please sign in to comment.