Skip to content

Commit

Permalink
Add dependabot
Browse files Browse the repository at this point in the history
[skip-ci]
  • Loading branch information
FunkeyFlo authored Aug 19, 2022
1 parent 8831922 commit 0d337d1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/ps5-mqtt"
schedule:
interval: "weekly"
labels:
- "dev tools"
- "npm dependencies"

- package-ecosystem: "npm"
directory: "/ps5-mqtt/server"
schedule:
interval: "weekly"
labels:
- "backend"
- "npm dependencies"

- package-ecosystem: "npm"
directory: "/ps5-mqtt/client"
schedule:
interval: "weekly"
labels:
- "frontend"
- "npm dependencies"

0 comments on commit 0d337d1

Please sign in to comment.