Skip to content

Commit 3ff1438

Browse files
committed
chore: tell dependabot to check go deps as well
Tell dependabot to check go deps as well, this should keep publiccode-parser-go updated, which is a very important thing to do. I'm not sure it's the right syntax, but let's try and see.
1 parent 8d01d84 commit 3ff1438

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ updates:
77
directory: "/"
88
schedule:
99
interval: "weekly"
10+
11+
- package-ecosystem: "gomod"
12+
directory: "/src/wasm"
13+
schedule:
14+
interval: "weekly"

0 commit comments

Comments
 (0)