diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b3a720157..8f416e9ec 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,10 +7,10 @@ updates: interval: "weekly" # Maintain dependencies for build tools - # - package-ecosystem: "gomod" - # directory: "/tools" - # schedule: - # interval: "weekly" + - package-ecosystem: "gomod" + directory: "/tools" + schedule: + interval: "weekly" # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" diff --git a/tools/tools.go b/tools/tools.go index ca65b9e58..3eec83ad5 100644 --- a/tools/tools.go +++ b/tools/tools.go @@ -12,6 +12,7 @@ import ( _ "github.com/fyne-io/fyne-cross" _ "github.com/goreleaser/nfpm/v2/cmd/nfpm" _ "github.com/magefile/mage" + _ "github.com/matryer/moq@latest" _ "golang.org/x/text/cmd/gotext" _ "golang.org/x/tools/cmd/stringer" )