Skip to content

Commit

Permalink
refactor: dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
irfanshadikrishad authored Aug 6, 2024
1 parent b0eb20f commit a11d7ef
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "./server"
commit-message:
prefix: "chore"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "./client"
directory: "/"
commit-message:
prefix: "chore"
schedule:
interval: "weekly"
groups:
all-dependencies:
patterns:
- "*"

0 comments on commit a11d7ef

Please sign in to comment.