diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b630c72530419a778849469456cc9de13d7032de..a0aa389081df26cfa605b61af5bc9271da2b5a49 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,7 @@ # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 updates: - - package-ecosystem: "go:modules" + - package-ecosystem: "gomod" directory: "/" # Location of package manifests schedule: interval: "daily"