Skip to content

Commit

Permalink
Update groups and interval for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Jan 4, 2024
1 parent dca7b4e commit dc0e811
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,32 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
day: "monday"
time: "05:00"
timezone: "America/Los_Angeles"
groups:
python-updates:
update-types: ["minor", "patch"]

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

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
day: "monday"
time: "05:00"
timezone: "America/Los_Angeles"
groups:
actions-updates:
patterns: ["*"]

0 comments on commit dc0e811

Please sign in to comment.