chore(renovate): update config (#824)

This commit is contained in:
Michael Kriese 2024-02-12 11:10:52 +01:00 committed by GitHub
parent df12ca0464
commit 327c2f347a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

13
.github/renovate.json vendored
View file

@ -16,13 +16,12 @@
}, },
{ {
"description": "Use build semantic type for some deps", "description": "Use build semantic type for some deps",
"matchPackageNames": [ "matchPackageNames": ["@vercel/ncc", "typescript"],
"@vercel/ncc", "semanticCommitType": "build"
"conventional-changelog-conventionalcommits", },
"semantic-release", {
"typescript" "description": "Use `build` semantic commit scope for lockfile maintenance",
], "matchUpdateTypes": ["lockFileMaintenance"],
"matchPackagePrefixes": ["@semantic-release/"],
"semanticCommitType": "build" "semanticCommitType": "build"
}, },
{ {