mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-24 10:29:56 +00:00
Compare commits
3 commits
102defb2a0
...
287af49b88
Author | SHA1 | Date | |
---|---|---|---|
|
287af49b88 | ||
853e34970e | |||
0d968ab749 |
1 changed files with 8 additions and 0 deletions
8
.github/renovate.json5
vendored
8
.github/renovate.json5
vendored
|
@ -4,5 +4,13 @@
|
|||
"github>nf-core/ops//.github/renovate/default.json5",
|
||||
"config:recommended",
|
||||
"schedule:weekly"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": ["npm"],
|
||||
"automerge": true,
|
||||
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
||||
"schedule": ["every weekday before 5am"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue