Skip to content

Commit

Permalink
Group dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
twu committed May 8, 2024
1 parent e222019 commit c99c489
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
---
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"

interval: "weekly"
groups:
development-deps:
dependency-type: "development"
production-deps:
dependency-type: "production"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
groups:
action-deps:
patterns:
- "*"

0 comments on commit c99c489

Please sign in to comment.