Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ updates:
- "dependencies"
- "nuget"
commit-message:
prefix: "deps"
prefix: "chore"
include: "scope"
groups:
all-nuget:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/github-script@v9
with:
script: |
const allowed = /^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\([A-Za-z0-9._/-]+\))?!?: .+$/;
const allowed = /^(build|chore|ci|deps|docs|feat|fix|perf|refactor|revert|style|test)(\([A-Za-z0-9._/-]+\))?!?: .+$/;
const allowedSpecial = /^(Merge .+|Revert ".+")$/;

const failures = [];
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
' type: description',
'',
'Allowed types:',
' build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test',
' build, chore, ci, deps, docs, feat, fix, perf, refactor, revert, style, test',
'',
'Failures:',
...failures.map(f => ` - ${f}`),
Expand Down
Loading