From cc9231f87684ddb35acf64583f30c83c1c7c4375 Mon Sep 17 00:00:00 2001 From: Tien Nguyen Minh Date: Sat, 23 May 2026 10:48:49 +0700 Subject: [PATCH] chore: add dependabot config (#7) --- .github/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..10cf9ba --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 + groups: + minor-and-patch: + update-types: ["minor", "patch"] + security: + applies-to: security-updates + patterns: ["*"] + versioning-strategy: increase + labels: ["dependencies", "security"] + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly"