From 8e38dda7ac4ea8d2bfeae17f0fa432607745f251 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=A4=8D=E4=B8=93?= <285625881@qq.com> Date: Thu, 16 Apr 2026 08:25:32 +0800 Subject: [PATCH] chore: add Dependabot for npm and foundry dependency updates --- .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..3a13823 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + + - package-ecosystem: " foundry" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 5