From fe5ed77f7ec629d65b35d246af63f1dd2f4c869d Mon Sep 17 00:00:00 2001 From: Hideki Ikemoto Date: Wed, 31 Aug 2022 06:10:56 +0900 Subject: [PATCH] github: change dependabot time/timezone --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2e965771..3ac3c1ba 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,8 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + time: "19:00" + timezone: "Asia/Tokyo" assignees: - "ikemo3" open-pull-requests-limit: 20