Skip to content

Commit

Permalink
dependabot: Auto-update tools and GH Actions (#101)
Browse files Browse the repository at this point in the history
Configure dependabot to auto-update tools dependencies (used for linting
and codegen) and GitHub Actions.

Updating tools regularly should prevent issues like the staticcheck
failure in #100.
  • Loading branch information
abhinav authored Apr 4, 2023
1 parent 31571dd commit f4ee858
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f4ee858

Please sign in to comment.