From 3e77f20bbe51bb6b78fe8d0b3a386b87db34e09f Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Thu, 27 Nov 2025 12:05:28 +0100 Subject: [PATCH] Update and rename astro.json5 to npm.json5 Signed-off-by: Kjeld Schouten --- .github/renovate/kinds/{astro.json5 => npm.json5} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/renovate/kinds/{astro.json5 => npm.json5} (85%) diff --git a/.github/renovate/kinds/astro.json5 b/.github/renovate/kinds/npm.json5 similarity index 85% rename from .github/renovate/kinds/astro.json5 rename to .github/renovate/kinds/npm.json5 index d84a10dd546..330c4e9f47a 100644 --- a/.github/renovate/kinds/astro.json5 +++ b/.github/renovate/kinds/npm.json5 @@ -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" } }