Skip to content

Commit 49cd526

Browse files
authored
Update dependabot.yml to allow all dependency updates
Allow both direct and indirect updates for all packages.
1 parent 9401ed3 commit 49cd526

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ updates:
1212
interval: "daily"
1313
- package-ecosystem: "gomod"
1414
open-pull-requests-limit: 30
15+
allow:
16+
# Allow both direct and indirect updates for all packages.
17+
- dependency-type: "all"
1518
directories:
1619
- "**/*"
1720
labels:

0 commit comments

Comments
 (0)