mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-22 01:46:04 +00:00
fix: Correct schedule syntax in renovate config
This commit is contained in:
parent
0d968ab749
commit
853e34970e
1 changed files with 1 additions and 1 deletions
2
.github/renovate.json5
vendored
2
.github/renovate.json5
vendored
|
@ -10,7 +10,7 @@
|
|||
"matchManagers": ["npm"],
|
||||
"automerge": true,
|
||||
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
||||
"schedule": ["before 5am daily"]
|
||||
"schedule": ["every weekday before 5am"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue