Skip to content

Commit 91d690f

Browse files
committed
Try to fix Dependabot error for NPM.
1 parent d629b40 commit 91d690f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ updates:
88
timezone: Europe/Copenhagen
99
time: "12:00"
1010
labels: []
11-
- directory: /
11+
- directory: /doc
1212
package-ecosystem: npm
1313
schedule:
1414
interval: daily

src/native/.clangd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CompileFlags:
2+
CompilationDatabase: ../../out/obj/src/native/debug_win-x64

0 commit comments

Comments
 (0)