chore: add dependabot config (#4)

This commit is contained in:
2026-05-23 10:48:42 +07:00
committed by GitHub
parent e3b7ea5011
commit 4745ed96e2
+13
View File
@@ -0,0 +1,13 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
groups:
gomod-minor-patch:
update-types: ["minor", "patch"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"