From 39fc2847cb861bca46229805f2c374825be8a5ba Mon Sep 17 00:00:00 2001 From: Michal Nakoneczny Date: Sat, 7 Oct 2023 19:47:07 +0900 Subject: [PATCH] Fix dependabot error on main: property '#/updates/0/schedule/time' of type integer did not match the following type: string --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 304a3da..ea9615e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,5 +6,5 @@ updates: schedule: interval: weekly day: friday - time: 18:00 + time: "18:00" timezone: Asia/Tokyo