Add Dependabot for weekly Go module updates and tidy go.mod

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
prosolis
2026-04-07 23:49:33 -07:00
parent 05cf6657f5
commit ec4574f469
3 changed files with 11 additions and 3 deletions

6
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"