From 4745ed96e2f2cf803d493afed72c2d8ca3b8ce1a Mon Sep 17 00:00:00 2001 From: Tien Nguyen Minh Date: Sat, 23 May 2026 10:48:42 +0700 Subject: [PATCH] chore: add dependabot config (#4) --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..0344118 --- /dev/null +++ b/.github/dependabot.yml @@ -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"