We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e4c5c1 commit 39d1303Copy full SHA for 39d1303
.github/dependabot.yml
@@ -0,0 +1,19 @@
1
+version: 2
2
+updates:
3
+ # Enable version updates for npm
4
+ - package-ecosystem: "npm"
5
+ # Look for `package.json` and `pnpm-lock.yaml` files in the root directory
6
+ directory: "/"
7
+ # Check the npm registry for updates every day (you can choose your own schedule)
8
+ schedule:
9
+ interval: "daily"
10
+ # Lerna-specific configuration
11
12
+ # Assuming Lerna packages are in the 'packages' directory, adjust if different
13
+ directory: "/packages/*"
14
15
16
+ # Additional configuration for monorepos
17
+ allow:
18
+ # Allow updates to devDependencies, runtime dependencies, etc.
19
+ - dependency-type: "all"
0 commit comments