Skip to content

Commit

Permalink
chore: Group dependabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jul 3, 2024
1 parent 985a3dd commit 0dbd648
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 @@ -8,23 +8,38 @@ updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: "daily"
interval: weekly
time: "10:23"
timezone: "America/Mexico_City"
reviewers:
- "edgarrmondragon"
versioning-strategy: increase-if-necessary
groups:
development-dependencies:
dependency-type: development
runtime-dependencies:
dependency-type: production
update-types:
- "patch"
- package-ecosystem: pip
directory: "/.github/workflows"
schedule:
time: "10:23"
interval: "daily"
interval: weekly
reviewers:
- "edgarrmondragon"
groups:
ci:
patterns:
- "*"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "weekly"
interval: weekly
time: "10:23"
reviewers:
- "edgarrmondragon"
groups:
actions:
patterns:
- "*"

0 comments on commit 0dbd648

Please sign in to comment.