diff --git a/.github/renovate.json5 b/.github/renovate.json5 index bd30aca909..3130b9c6b5 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,4 +1,4 @@ { - $schema: "https://docs.renovatebot.com/renovate-schema.json", - extends: ["github>nf-core/ops//.github/renovate/default.json5", "config:recommended", "schedule:monthly"] + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["github>nf-core/ops//.github/renovate/default.json5", "config:js-app", "schedule:monthly"] }