We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b2e17 commit 324946fCopy full SHA for 324946f
4 files changed
.github/renovate.json
@@ -4,7 +4,9 @@
4
"packageRules": [
5
{
6
"description": "Disable updates for aliased commitlint packages with a final version",
7
- "packagePatterns": ["^@commitlint/(lint|load)\\-(9|10|11|12|13)\\.x"],
+ "packagePatterns": [
8
+ "^@commitlint/(lint|load)\\-(9|10|11|12|13|14|15)\\.x"
9
+ ],
10
"depTypeList": ["devDependencies"],
11
"enabled": false
12
},
0 commit comments