From 3702ad84a81c20ca847f237b3fe7a9b8a4db7587 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Thu, 6 Jun 2024 14:41:41 -0500 Subject: [PATCH] ci: Use config:js-app https://docs.renovatebot.com/presets-config/#configjs-app --- .github/renovate.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] }