Skip to content

Commit

Permalink
Add dependabot groups
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Jan 8, 2024
1 parent 748b1fc commit 9ada6ed
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,21 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
day: "monday"
time: "05:00"
timezone: "America/Los_Angeles"
groups:
github-actions:
patterns: ["*"]

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

0 comments on commit 9ada6ed

Please sign in to comment.