We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f6815 commit 7a515c6Copy full SHA for 7a515c6
.github/dependabot.yml
@@ -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
12
13
14
15
+ - package-ecosystem: "docker"
16
17
18
19
20
+ directory: "/test/e2e/containers"
21
22
23
24
25
+ directory: "/test/e2e/images/test-image"
26
27
28
0 commit comments