1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-11-14 17:34:06 +00:00

Merge pull request #603 from asbjornu/feature/dependabot-fix

Fix time bug in dependabot.yml
This commit is contained in:
arnaudroques 2021-07-31 19:09:50 +02:00 committed by GitHub
commit 30a917c0fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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