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 524b6ed
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,32 @@ updates:
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"
reviewers:
- "edgarrmondragon"
groups:
ci:
patterns:
- "*"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "weekly"
time: "10:23"
reviewers:
- "edgarrmondragon"
groups:
actions:
patterns:
- "*"

0 comments on commit 524b6ed

Please sign in to comment.