mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
Update dependabot.yml (#814)
Change the directory path to check for Go dependencies from /go to / now that the Go codebase has moved
This commit is contained in:
parent
366855dbbe
commit
64ec307d7b
1 changed files with 1 additions and 1 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
|
@ -13,6 +13,6 @@ updates:
|
|||
|
||||
# Maintain dependencies for Go
|
||||
- package-ecosystem: "gomod"
|
||||
directory: /go
|
||||
directory: /
|
||||
schedule:
|
||||
interval: "daily"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue