Skip to content

Commit

Permalink
Chore: Add dependabot.yml for auto checks for dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
WilsonZiweiWang committed Jun 20, 2024
1 parent aa387e3 commit 1192d1f
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
version: 2

updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
commit-message:
prefix: "chore"
include: "scope"
target-branch: "staging"

- package-ecosystem: "npm"
directory: "/client"
schedule:
interval: "monthly"
commit-message:
prefix: "chore"
include: "scope"
target-branch: "staging"

- package-ecosystem: "npm"
directory: "/server"
schedule:
interval: "monthly"
commit-message:
prefix: "chore"
include: "scope"
target-branch: "staging"

0 comments on commit 1192d1f

Please sign in to comment.