Skip to content

Commit 7a515c6

Browse files
authored
Update dependabot (argoproj-labs#775)
Signed-off-by: junhyungjang <[email protected]>
1 parent 24f6815 commit 7a515c6

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/dependabot.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "gomod"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
ignore:
8+
- dependency-name: k8s.io/*
9+
10+
- package-ecosystem: "github-actions"
11+
directory: "/"
12+
schedule:
13+
interval: "monthly"
14+
15+
- package-ecosystem: "docker"
16+
directory: "/"
17+
schedule:
18+
interval: "monthly"
19+
- package-ecosystem: "docker"
20+
directory: "/test/e2e/containers"
21+
schedule:
22+
interval: "monthly"
23+
24+
- package-ecosystem: "docker"
25+
directory: "/test/e2e/images/test-image"
26+
schedule:
27+
interval: "monthly"
28+

0 commit comments

Comments
 (0)