Skip to content

Commit

Permalink
chore(renovate): update config (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Feb 12, 2024
1 parent df12ca0 commit 327c2f3
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/renovate.json
Expand Up @@ -16,13 +16,12 @@
},
{
"description": "Use build semantic type for some deps",
"matchPackageNames": [
"@vercel/ncc",
"conventional-changelog-conventionalcommits",
"semantic-release",
"typescript"
],
"matchPackagePrefixes": ["@semantic-release/"],
"matchPackageNames": ["@vercel/ncc", "typescript"],
"semanticCommitType": "build"
},
{
"description": "Use `build` semantic commit scope for lockfile maintenance",
"matchUpdateTypes": ["lockFileMaintenance"],
"semanticCommitType": "build"
},
{
Expand Down

0 comments on commit 327c2f3

Please sign in to comment.