diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 0000000..01924b5 --- /dev/null +++ b/.github/renovate.json5 @@ -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" + ] +}