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 9fc0fc2 commit 88aef1fCopy full SHA for 88aef1f
.github/renovate.json
@@ -6,10 +6,12 @@
6
"description": "Disable updates for aliased commitlint packages with a final version",
7
"matchDepTypes": ["devDependencies"],
8
"enabled": false,
9
- "matchPackageNames": ["/^@commitlint/(lint|load)\\-(19)\\.x/"]
+ "matchDatasources": ["npm"],
10
+ "matchDepNames": ["/^@commitlint/(lint|load)\\-(19)\\.x/"]
11
},
12
{
13
"description": "Group commitlint peer dependencies as feat commit",
14
15
"matchDepTypes": ["peerDependencies"],
16
"groupName": "peerDependencies commitlint monorepo",
17
"semanticCommitType": "feat",
0 commit comments