Skip to content

Commit

Permalink
🧹 chore: reduce dependabot cadence (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley authored May 25, 2024
1 parent 53a3ad5 commit 1d172c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,31 @@ updates:
- package-ecosystem: npm
directory: ./frontend/mobile/
schedule:
interval: weekly
interval: monthly
groups:
mobile:
patterns:
- "*"
- package-ecosystem: npm
directory: ./frontend/web/
schedule:
interval: weekly
interval: monthly
groups:
web:
patterns:
- "*"
- package-ecosystem: npm
directory: ./frontend/dashboard/
schedule:
interval: weekly
interval: monthly
groups:
dashboard:
patterns:
- "*"
- package-ecosystem: npm
directory: ./frontend/lib/
schedule:
interval: weekly
interval: monthly
groups:
lib:
patterns:
Expand Down

0 comments on commit 1d172c4

Please sign in to comment.