aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml (follow)
Commit message (Collapse)AuthorAgeFiles
* ci: Use golangci-lint for linting (#121)Abhinav Gupta2023-10-211
| | | | | | | | | | | | | Instead of hand-managing and running linters, use golangci-lint. Along with the golangci-lint defaults, enable a couple other linters we generally agree with. See also uber-go/zap#1323 for a similar change. As a result of this, we can: - Drop the dependabot for tools - Run the lint job in parallel with build/test - Simplify the Makefile
* ci: gofmt, golint => revive, update tools and actions (#87)Abhinav Gupta2023-04-291
| | | | | | Fixes up the `make lint` target to also check that all files are properly gofmt-ed, replaces the deprecated `golint` check with `revive`, and sets up dependabot to also update tools and actions regularly.
* Set up dependabot (#59)Abhinav Gupta2022-12-181
sally is a binary, not a library so it's okay to keep it on the latest dependencies. This sets up dependabot updates for Go modules used by sally.