commit 31f4e991d72a0a8decd5d6b36f95f0b7385ef56a parent d8aecc44098d41748ca3514ac6e2fa95650bfffe Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com> Date: Fri, 12 Dec 2025 18:16:32 +0900 Create dependabot.yml (#31) Diffstat:
| A | .github/dependabot.yml | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/.github/dependabot.yml 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/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "npm" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily"