Skip to content

Commit 88aef1f

Browse files
committed
chore(ci): disable updates for aliased commitlint packages
This seems to have broken by the Renovate config migration in #214.
1 parent 9fc0fc2 commit 88aef1f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/renovate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66
"description": "Disable updates for aliased commitlint packages with a final version",
77
"matchDepTypes": ["devDependencies"],
88
"enabled": false,
9-
"matchPackageNames": ["/^@commitlint/(lint|load)\\-(19)\\.x/"]
9+
"matchDatasources": ["npm"],
10+
"matchDepNames": ["/^@commitlint/(lint|load)\\-(19)\\.x/"]
1011
},
1112
{
1213
"description": "Group commitlint peer dependencies as feat commit",
14+
"matchDatasources": ["npm"],
1315
"matchDepTypes": ["peerDependencies"],
1416
"groupName": "peerDependencies commitlint monorepo",
1517
"semanticCommitType": "feat",

0 commit comments

Comments
 (0)