Skip to content

Commit 8ef7d79

Browse files
chore(config): migrate renovate config (#214)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1c369c4 commit 8ef7d79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/renovate.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
"packageRules": [
55
{
66
"description": "Disable updates for aliased commitlint packages with a final version",
7-
"packagePatterns": [
7+
"matchPackagePatterns": [
88
"^@commitlint/(lint|load)\\-(9|10|11|12|13|14|15|16)\\.x"
99
],
10-
"depTypeList": ["devDependencies"],
10+
"matchDepTypes": ["devDependencies"],
1111
"enabled": false
1212
},
1313
{
1414
"description": "Group commitlint peer dependencies as feat commit",
15-
"packagePatterns": ["^@commitlint/"],
16-
"depTypeList": ["peerDependencies"],
15+
"matchPackagePatterns": ["^@commitlint/"],
16+
"matchDepTypes": ["peerDependencies"],
1717
"groupName": "peerDependencies commitlint monorepo",
1818
"semanticCommitType": "feat"
1919
}

0 commit comments

Comments
 (0)