ba-cafe-timer

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

commit 34a2fc2b594be6e62ee74f60f92869458a17da2d
parent cfdbf0bed656d60bb8b76c83c04c56454255aac8
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Wed,  7 Jan 2026 00:12: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: "" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily"