gemini-chat

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

commit 3aa8c483bf21191f8f7ef99eaf1b0a7c8d1cb422
parent cce95eef5be1638d28282ea4c1138237c317e1d8
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Sat, 20 Dec 2025 12:58:30 +0900

Add assignees to Dependabot configuration (#18)


Diffstat:
M.github/dependabot.yml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml @@ -9,3 +9,5 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + assignees: + - "minerva-jupiter"