From b399c67f0d1c395a5fc0a4227f25f8840d7824ad Mon Sep 17 00:00:00 2001 From: solidSpoon Date: Mon, 31 Aug 2026 07:58:35 +0800 Subject: [PATCH] chore: add dependabot config for npm and actions --- .github/dependabot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..7c36e9fa --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +version: 2 +updates: + # 应用依赖与开发依赖 + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + groups: + minor-and-patch: + update-types: + - "minor" + - "patch" + + # GitHub Actions 版本升级 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 5