Skip to content

Commit 09e903e

Browse files
Merge pull request #292 from shiftcode/#291-update-renovate
chore(renovate): group for @commitlint, ignore typedoc
2 parents 75d6cc6 + 76423d7 commit 09e903e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

renovate.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@
55
],
66
"ignoreDeps": [
77
"@types/node",
8-
"typescript"
8+
"typescript",
9+
"typedoc",
10+
"typedoc-plugin-external-module-name"
911
],
1012
"packageRules": [
1113
{
1214
"packagePatterns": [ "^@types" ],
1315
"groupName": "@types"
16+
},
17+
{
18+
"packagePatterns": [ "^@commitlint" ],
19+
"groupName": "@commitlint"
1420
}
1521
]
1622
}

0 commit comments

Comments
 (0)