commit 4d835cb77ba0119afdb14587d574adc1d821847c parent f68f013a41240af89b1038e8d7d1571c2e533047 Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com> Date: Thu, 11 Dec 2025 20:19:46 +0900 Create dependabot.yml (#4) 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"