Skip to content

Commit

Permalink
Fix dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Voronezhskii committed Apr 26, 2022
1 parent 369427d commit 71e5582
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/packages/core"
schedule:
interval: "weekly"

- package-ecosystem: "npm"
directory: "/packages/lib-node"
schedule:
interval: "weekly"

- package-ecosystem: "npm"
directory: "/packages/lib-web"
schedule:
interval: "weekly"

- package-ecosystem: "npm"
directory: "/packages/lib-react-native"
schedule:
interval: "weekly"

- package-ecosystem: "npm"
directory: "/packages/lib-react-native-jsi"
schedule:
interval: "weekly"

0 comments on commit 71e5582

Please sign in to comment.