There was an error while loading. Please reload this page.
2 parents 79400a1 + 22d0ec4 commit 7d7bb97Copy full SHA for 7d7bb97
1 file changed
.github/dependabot.yml
@@ -0,0 +1,29 @@
1
+# Keep dependencies up to date automatically.
2
+# https://docs.github.com/code-security/dependabot/dependabot-version-updates
3
+version: 2
4
+updates:
5
+ # Go modules
6
+ - package-ecosystem: "gomod"
7
+ directory: "/"
8
+ schedule:
9
+ interval: "weekly"
10
11
+ directory: "/ci/e2e"
12
13
14
+
15
+ # GitHub Actions used by CI/release workflows
16
+ - package-ecosystem: "github-actions"
17
18
19
20
21
+ # Docker base images used for builds
22
+ - package-ecosystem: "docker"
23
24
25
26
27
+ directory: "/ci/build_image"
28
29
0 commit comments