Skip to content

Commit

Permalink
ci(github): ✨ check tooling for updates with dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuar committed May 28, 2024
1 parent fb5a5fb commit 69b4036
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions tools/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

0 comments on commit 69b4036

Please sign in to comment.