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 bc2a09c commit d7f6ad7Copy full SHA for d7f6ad7
.github/renovate.json
@@ -4,16 +4,16 @@
4
"packageRules": [
5
{
6
"description": "Disable updates for aliased @commitlint packages with a final version",
7
- "matchPackagePatterns": [
8
- "^@commitlint/(lint|load)\\-(9|10|11|12|13|14|15|16)\\.x"
9
- ],
10
"matchDepTypes": ["devDependencies"],
11
- "enabled": false
+ "enabled": false,
+ "matchPackageNames": [
+ "/^@commitlint/(lint|load)\\-(9|10|11|12|13|14|15|16)\\.x/"
+ ]
12
},
13
14
"description": "Update commitlint monorepo with fix type",
15
- "matchPackagePatterns": ["^@commitlint/"],
16
- "semanticCommitType": "fix"
+ "semanticCommitType": "fix",
+ "matchPackageNames": ["/^@commitlint//"]
17
}
18
]
19
0 commit comments