mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 10:59:01 +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:
parent
46e83a56b1
commit
bee5cb519c
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -4,13 +4,13 @@ updates:
|
|||||||
directory: /
|
directory: /
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: daily
|
||||||
time: 03:00
|
time: '03:00'
|
||||||
timezone: Europe/Paris
|
timezone: Europe/Paris
|
||||||
open-pull-requests-limit: 99
|
open-pull-requests-limit: 99
|
||||||
- package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
directory: /
|
directory: /
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: daily
|
||||||
time: 03:00
|
time: '03:00'
|
||||||
timezone: Europe/Paris
|
timezone: Europe/Paris
|
||||||
open-pull-requests-limit: 99
|
open-pull-requests-limit: 99
|
||||||
|
Loading…
Reference in New Issue
Block a user