Skip to content

Commit

Permalink
Update dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
JHWelch committed Oct 5, 2024
1 parent 3bd1d01 commit 91c8356
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,22 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

---
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
- package-ecosystem: npm
directory: /client
schedule:
interval: weekly
- package-ecosystem: npm
directory: packages
directory: /server
schedule:
interval: daily
review:
enabled: true
pull-request:
enabled: true
groups:
npm-dependencies:
update-types:
- major
- minor
- patch
interval: weekly

0 comments on commit 91c8356

Please sign in to comment.