From 752d5ad9bf1e251272162c3dfaf88281254fdb31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=B7=E9=A2=A8=20=E5=A4=A9=E9=9F=B3=20=E3=81=9F?= =?UTF-8?q?=E3=81=AB=E3=81=8B=E3=81=9C=20=E3=81=82=E3=81=BE=E3=81=AD?= Date: Tue, 9 Jan 2024 19:58:05 +0800 Subject: [PATCH] Create dependabot.yml --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..000d73ec --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# 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/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "npm" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily"