Skip to content

Commit a667f2c

Browse files
authored
Use new directories directive in dependabot (#1919)
1 parent 25bd516 commit a667f2c

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,20 @@ updates:
66
interval: daily
77

88
- package-ecosystem: gomod
9-
directory: /
10-
schedule:
11-
interval: daily
12-
13-
- package-ecosystem: gomod
14-
directory: /tests
9+
directories:
10+
- /
11+
- /tests
1512
schedule:
1613
interval: daily
1714

1815
- package-ecosystem: docker
19-
directory: /build
16+
directories:
17+
- /build
18+
- /conformance/tests
2019
schedule:
2120
interval: daily
2221

2322
- package-ecosystem: npm
2423
directory: /internal/mode/static/nginx/modules
2524
schedule:
2625
interval: daily
27-
28-
- package-ecosystem: docker
29-
directory: /conformance/tests
30-
schedule:
31-
interval: daily

0 commit comments

Comments
 (0)