Skip to content

Commit 45a6603

Browse files
committed
chore(deps): add Dependabot config targeting dev
1 parent 102c9df commit 45a6603

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/dependabot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "gomod"
4+
directory: "/"
5+
target-branch: "dev"
6+
schedule:
7+
interval: "weekly"
8+
labels:
9+
- "dependencies"
10+
- "go"
11+
12+
- package-ecosystem: "npm"
13+
directory: "/"
14+
target-branch: "dev"
15+
schedule:
16+
interval: "weekly"
17+
labels:
18+
- "dependencies"
19+
- "npm"
20+
21+

0 commit comments

Comments
 (0)