Skip to content

Commit

Permalink
chore(repo): allow deps commit scope
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip committed Feb 3, 2023
1 parent 9261d66 commit ea27290
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const scopes = [
'repo',
'test-harness',
'test-utils',
'deps',
'deps-dev',
...fs.readdirSync(path.join(__dirname, './packages')),
];
Expand Down

0 comments on commit ea27290

Please sign in to comment.