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:
commit
30a917c0fd
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user