Skip to content

Commit

Permalink
Upgrade dependencies and update dependabot to monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Mar 27, 2024
1 parent 2668eda commit 296b445
Show file tree
Hide file tree
Showing 3 changed files with 416 additions and 415 deletions.
10 changes: 2 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,15 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "America/Los_Angeles"
interval: "monthly"
groups:
github-actions:
patterns: ["*"]

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "America/Los_Angeles"
interval: "monthly"
groups:
python:
update-types: ["minor", "patch"]
Loading

0 comments on commit 296b445

Please sign in to comment.