From 678c9776b643ddfd08e7fc88171e85f0413034f4 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Thu, 17 Oct 2024 18:20:37 +0200 Subject: [PATCH] fix renovate website/astro config --- .github/renovate/kinds/astro.json5 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/renovate/kinds/astro.json5 b/.github/renovate/kinds/astro.json5 index 39158301ac1..535eb2808ac 100644 --- a/.github/renovate/kinds/astro.json5 +++ b/.github/renovate/kinds/astro.json5 @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "website": { + "npm": { "fileMatch": [ "(^|/)website/.+/astro\\.config\\.(mjs|js|ts)$", // Matches Astro config files in /website and any subdirectory "(^|/)website/.+/package\\.json$" // Matches package.json files in /website and any subdirectory @@ -11,5 +11,4 @@ "semanticCommitScope": "website", "requiredStatusChecks": null }, - }