geedback

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 6c84b67196c5c2f2d4e3fafdd06a572310966ccc
parent e88eb46ffb194a95bf08e07b21510782b7d4aa93
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Tue, 28 Jul 2026 22:41:32 +0900

Create dependabot.yml
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: "weekly"