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