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 25bd516 commit a667f2cCopy full SHA for a667f2c
.github/dependabot.yml
@@ -6,26 +6,20 @@ updates:
6
interval: daily
7
8
- package-ecosystem: gomod
9
- directory: /
10
- schedule:
11
- interval: daily
12
-
13
- - package-ecosystem: gomod
14
- directory: /tests
+ directories:
+ - /
+ - /tests
15
schedule:
16
17
18
- package-ecosystem: docker
19
- directory: /build
+ - /build
+ - /conformance/tests
20
21
22
23
- package-ecosystem: npm
24
directory: /internal/mode/static/nginx/modules
25
26
27
28
- - package-ecosystem: docker
29
- directory: /conformance/tests
30
31
0 commit comments