1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-02 00:20:49 +00:00
plantuml/.github/dependabot.yml
Asbjørn Ulsberg bee5cb519c
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
2021-07-31 13:05:56 +02:00

17 lines
357 B
YAML

version: 2
updates:
- package-ecosystem: maven
directory: /
schedule:
interval: daily
time: '03:00'
timezone: Europe/Paris
open-pull-requests-limit: 99
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
time: '03:00'
timezone: Europe/Paris
open-pull-requests-limit: 99