Update and rename astro.json5 to npm.json5
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -6,9 +6,9 @@
|
|||||||
"^package\\.json$", // Only matches package.json in the root
|
"^package\\.json$", // Only matches package.json in the root
|
||||||
"^package-lock\\.json$" // Only matches package-lock.json in the root
|
"^package-lock\\.json$" // Only matches package-lock.json in the root
|
||||||
],
|
],
|
||||||
"branchPrefix": "renovate/astro-",
|
"branchPrefix": "renovate/npm-",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"updateTypes": ["major", "minor", "patch", "digest", "pin", "lockfile"],
|
"updateTypes": ["major", "minor", "patch", "digest", "pin", "lockfile"],
|
||||||
"semanticCommitScope": "website"
|
"semanticCommitScope": "npm"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user