Skip to content

Commit 3fba53d

Browse files
authored
Add dependabot config for conformance tests Dockerfile (#861)
Adds section to keep Docker images up to date in conformance tests Dockerfile
1 parent 493cc68 commit 3fba53d

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "github-actions"
4-
directory: "/"
3+
- package-ecosystem: github-actions
4+
directory: /
55
schedule:
66
interval: daily
77

8-
- package-ecosystem: "gomod"
9-
directory: "/"
8+
- package-ecosystem: gomod
9+
directory: /
1010
schedule:
1111
interval: daily
1212

13-
- package-ecosystem: "docker"
14-
directory: "/build"
13+
- package-ecosystem: docker
14+
directory: /build
1515
schedule:
1616
interval: daily
1717

18-
- package-ecosystem: "npm"
19-
directory: "/internal/mode/static/nginx/modules"
18+
- package-ecosystem: npm
19+
directory: /internal/mode/static/nginx/modules
2020
schedule:
21-
interval: "daily"
21+
interval: daily
22+
23+
- package-ecosystem: docker
24+
directory: /conformance/tests
25+
schedule:
26+
interval: daily

0 commit comments

Comments
 (0)