Update and rename astro.json5 to npm.json5

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2025-11-27 12:05:28 +01:00
committed by GitHub
parent 89b42e4899
commit 3e77f20bbe
@@ -6,9 +6,9 @@
"^package\\.json$", // Only matches package.json in the root
"^package-lock\\.json$" // Only matches package-lock.json in the root
],
"branchPrefix": "renovate/astro-",
"branchPrefix": "renovate/npm-",
"enabled": true,
"updateTypes": ["major", "minor", "patch", "digest", "pin", "lockfile"],
"semanticCommitScope": "website"
"semanticCommitScope": "npm"
}
}