ci: Add renovate config

This commit is contained in:
Edmund Miller 2024-02-27 15:01:53 -06:00
parent 5fc57fbcc8
commit 3aac76ae9f
No known key found for this signature in database

8
.github/renovate.json5 vendored Normal file
View file

@ -0,0 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>nf-core/ops//.github/renovate/default.json5",
"config:recommended",
"schedule:weekly"
]
}