Skip to content

Commit f4ee858

Browse files
authored
dependabot: Auto-update tools and GH Actions (#101)
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.
1 parent 31571dd commit f4ee858

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,13 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7+
8+
- package-ecosystem: "gomod"
9+
directory: "/tools"
10+
schedule:
11+
interval: "daily"
12+
13+
- package-ecosystem: "github-actions"
14+
directory: "/"
15+
schedule:
16+
interval: "weekly"

0 commit comments

Comments
 (0)