Skip to content

Commit 944c19a

Browse files
chore: add dependabot config
1 parent 92598ef commit 944c19a

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: "gomod"
5+
directories:
6+
- "/agent"
7+
- "/core"
8+
schedule:
9+
interval: "daily"
10+
11+
- package-ecosystem: "npm"
12+
directory: "/frontend"
13+
schedule:
14+
interval: "daily"

0 commit comments

Comments
 (0)