Skip to content

Commit

Permalink
feat(internal): set semantic commit scopes for dep types (#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Jan 5, 2025
1 parent d73173a commit 82a0c0f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions internal.json5
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,17 @@
minimumReleaseAge: null,
prNotPendingHours: 0,
},
{
matchDepTypes: ['config'],
semanticCommitScope: 'config',
},
{
matchDepTypes: ['dev-dependencies', 'devDependencies'],
semanticCommitScope: 'dev',
},
{
matchDepTypes: ['engines'],
semanticCommitScope: 'engines',
},
],
}
1 change: 1 addition & 0 deletions vendors.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
{
"customType": "regex",
"datasourceTemplate": "github-tags",
"depTypeTemplate": "config",
"extractVersionTemplate": "^(?<version>v?\\d+(\\.\\d+\\.\\d+)?)$",
"fileMatch": [
"^renovate\\.json5?$",
Expand Down

0 comments on commit 82a0c0f

Please sign in to comment.