Skip to content

Commit

Permalink
ci(renovate): disable for commitlint v16 final version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbruijn committed Jun 19, 2023
1 parent 8472da7 commit 7cb48af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"description": "Disable updates for aliased commitlint packages with a final version",
"packagePatterns": [
"^@commitlint/(lint|load)\\-(9|10|11|12|13|14|15)\\.x"
"^@commitlint/(lint|load)\\-(9|10|11|12|13|14|15|16)\\.x"
],
"depTypeList": ["devDependencies"],
"enabled": false
Expand Down

0 comments on commit 7cb48af

Please sign in to comment.