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 6f8ea7c commit 3c61046
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,32 @@ 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: "04:00"
timezone: "America/Los_Angeles"
groups:
python:
update-types: ["minor", "patch"]

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

0 comments on commit 3c61046

Please sign in to comment.