From 29d6f77ab1e8fa777723acddffbe879a8bf4ba49 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Fri, 14 Nov 2025 01:21:53 +0100 Subject: [PATCH] website renovate tweak --- .github/renovate/kinds/astro.json5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/renovate/kinds/astro.json5 b/.github/renovate/kinds/astro.json5 index dfd629f801b..21844bdd1de 100644 --- a/.github/renovate/kinds/astro.json5 +++ b/.github/renovate/kinds/astro.json5 @@ -2,9 +2,9 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "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 - "(^|/)website/.+/package-lock\\.json$" // Matches package.json files in /website and any subdirectory + "(^|/)astro\\.config\\.(mjs|js|ts)$", // Matches Astro config files in /website and any subdirectory + "(^|/)package\\.json$", // Matches package.json files in /website and any subdirectory + "(^|/)package-lock\\.json$" // Matches package.json files in /website and any subdirectory ], "branchPrefix": "renovate/astro-", "enabled": true, // Enable updates for website dependencies