From 1daf2585265df689b4d8d548da1993ac8c6a8209 Mon Sep 17 00:00:00 2001 From: easterNday <849919718@qq.com> Date: Mon, 5 Aug 2024 06:20:27 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=8E=20ci(dependabot):=20bump=20version?= =?UTF-8?q?=20automatically?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5c51a1a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + commit-message: + prefix: "🔧 build(pnpm):" \ No newline at end of file