website renovate tweak

This commit is contained in:
Kjeld Schouten
2025-11-14 01:21:53 +01:00
parent e9079b5fd5
commit 29d6f77ab1
+3 -3
View File
@@ -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