From 339c6265be7aacaaf714a614d26f41b3d9b672bf Mon Sep 17 00:00:00 2001 From: Elyan Bot Date: Sun, 15 Mar 2026 12:10:42 +0800 Subject: [PATCH] chore: add Dependabot configuration for npm and GitHub Actions --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..782a0ad --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"