Skip to content

Commit

Permalink
🧹 chore: group dependabot prs (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley authored May 23, 2024
1 parent 98ed224 commit 0d64721
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,47 @@ updates:
directory: ./backend/
schedule:
interval: weekly
groups:
backend:
patterns:
- "*"
- package-ecosystem: gomod
directory: ./cli/
schedule:
interval: weekly
groups:
cli:
patterns:
- "*"
- package-ecosystem: npm
directory: ./frontend/mobile/
schedule:
interval: weekly
groups:
mobile:
patterns:
- "*"
- package-ecosystem: npm
directory: ./frontend/web/
schedule:
interval: weekly
groups:
web:
patterns:
- "*"
- package-ecosystem: npm
directory: ./frontend/dashboard/
schedule:
interval: weekly
groups:
dashboard:
patterns:
- "*"
- package-ecosystem: npm
directory: ./frontend/lib/
schedule:
interval: weekly
- package-ecosystem: cargo
directory: ./scraper/clubs/
schedule:
interval: weekly
groups:
lib:
patterns:
- "*"

0 comments on commit 0d64721

Please sign in to comment.