Skip to content

Commit 7828a17

Browse files
Fix dependabot configuration to adapt to npm workspace
1 parent 5774093 commit 7828a17

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,6 @@ updates:
66
interval: monthly
77

88
- package-ecosystem: npm
9-
directory: /packages/npm-packages/ruby-head-wasm-emscripten
10-
schedule:
11-
interval: monthly
12-
13-
- package-ecosystem: npm
14-
directory: /packages/npm-packages/ruby-head-wasm-wasi
15-
schedule:
16-
interval: monthly
17-
18-
- package-ecosystem: npm
19-
directory: /packages/npm-packages/ruby-wasm-wasi
20-
schedule:
21-
interval: monthly
22-
23-
- package-ecosystem: npm
24-
directory: /packages/npm-packages/ruby-wasm-emscripten
9+
directory: /
2510
schedule:
2611
interval: monthly

0 commit comments

Comments
 (0)