1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-05-31 23:50:49 +00:00

Time should be string

Turn `time` into strings to fix the following problem:

The property '#/updates/0/schedule/time' of type integer did not match the following type: string

https://github.com/plantuml/plantuml/runs/3203943115
This commit is contained in:
Asbjørn Ulsberg 2021-07-31 13:05:56 +02:00
parent 46e83a56b1
commit bee5cb519c
No known key found for this signature in database
GPG Key ID: 34616339C3D5E883

View File

@ -4,13 +4,13 @@ updates:
directory: /
schedule:
interval: daily
time: 03:00
time: '03:00'
timezone: Europe/Paris
open-pull-requests-limit: 99
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
time: 03:00
time: '03:00'
timezone: Europe/Paris
open-pull-requests-limit: 99