Skip to content

Commit

Permalink
Merge pull request #121 from JHWelch/update-dependabot
Browse files Browse the repository at this point in the history
Update dependabot
  • Loading branch information
JHWelch authored Oct 5, 2024
2 parents 8aedcba + 91c8356 commit 838b195
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +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: "npm"
directory: "packages"
schedule:
interval: "daily"
review:
enabled: true
pull-request:
enabled: true
- 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: /server
schedule:
interval: weekly

0 comments on commit 838b195

Please sign in to comment.