fix renovate website/astro config

This commit is contained in:
Kjeld Schouten
2024-10-17 18:20:37 +02:00
parent 591e7626cb
commit 678c9776b6
+1 -2
View File
@@ -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
},
}