From 8677e8022ce8705bc0f9495e770a8946a9c75e2a Mon Sep 17 00:00:00 2001 From: Tien Nguyen Minh Date: Sat, 23 May 2026 11:09:21 +0700 Subject: [PATCH] chore: drop inapplicable dependabot ecosystems (#8) --- miti-scraper/.github/dependabot.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/miti-scraper/.github/dependabot.yml b/miti-scraper/.github/dependabot.yml index 0344118..39d1282 100644 --- a/miti-scraper/.github/dependabot.yml +++ b/miti-scraper/.github/dependabot.yml @@ -4,10 +4,11 @@ updates: directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 10 groups: gomod-minor-patch: update-types: ["minor", "patch"] - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "monthly" + security: + applies-to: security-updates + patterns: ["*"] + labels: ["dependencies", "security"]