ba-cafe-timer

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

commit f30467d1260e894ccaee066880a3faa8230a8070
parent 34a2fc2b594be6e62ee74f60f92869458a17da2d
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Wed,  7 Jan 2026 00:13:32 +0900

Set package ecosystem to 'bun' in dependabot config
Diffstat:
M.github/dependabot.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values + - package-ecosystem: "bun" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "daily"