Skip to content

Commit

Permalink
chore: dependabot for /client /server and github-actions (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
scnwwu authored Nov 15, 2023
1 parent fb005ca commit 6fd241a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,20 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/client"
schedule:
interval: "weekly"
ignore:
# @types/vscode should match the engine version we're using
# should not be upgraded on its own
- dependency-name: "@types/vscode"
- package-ecosystem: "npm"
directory: "/server"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
# Don't need to specify `/.github/workflows` for `directory`. Github knows it.
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 6fd241a

Please sign in to comment.