aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar Abhinav Gupta <mail@abhinavg.net> 2023-04-29 11:48:57 -0700
committerGravatar GitHub <noreply@github.com> 2023-04-29 11:48:57 -0700
commit83efe3481a5c001ae37116e8a5b0240552fa6c04 (patch)
tree8e9f85e1b16baf46e65ff54f091a715020a9327c /.github
parent29d8e3f3835cc7543c390a8a8f5bdfd67bcd3c2d (diff)
downloadsally-83efe3481a5c001ae37116e8a5b0240552fa6c04.tar.gz
sally-83efe3481a5c001ae37116e8a5b0240552fa6c04.tar.zst
sally-83efe3481a5c001ae37116e8a5b0240552fa6c04.zip
ci: gofmt, golint => revive, update tools and actions (#87)
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.
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 3938344..a0787cc 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -4,3 +4,13 @@ updates:
directory: "/"
schedule:
interval: "daily"
+
+ - package-ecosystem: "gomod"
+ directory: "/tools"
+ schedule:
+ interval: "daily"
+
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"