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" } }