Skip to content

Commit 16371c1

Browse files
authored
Remove manual vendor setting for dependabot (#2151)
Change-Id: I56794def371ad7dd0ecd660948e3e48fc80b01f0
1 parent 8ce189d commit 16371c1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ updates:
1010
- "*"
1111
- package-ecosystem: gomod
1212
directory: /
13-
vendor: true
1413
schedule:
1514
interval: weekly
1615
groups:
17-
deps:
16+
root-deps:
1817
patterns:
1918
- "*"
2019
- package-ecosystem: gomod
@@ -25,6 +24,6 @@ updates:
2524
schedule:
2625
interval: weekly
2726
groups:
28-
deps:
27+
auxiliary-deps:
2928
patterns:
3029
- "*"

0 commit comments

Comments
 (0)