Skip to content

Commit d7f6ad7

Browse files
chore(config): migrate config .github/renovate.json (#246)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bc2a09c commit d7f6ad7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/renovate.json

Lines changed: 6 additions & 6 deletions
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-
"matchPackagePatterns": [
8-
"^@commitlint/(lint|load)\\-(9|10|11|12|13|14|15|16)\\.x"
9-
],
107
"matchDepTypes": ["devDependencies"],
11-
"enabled": false
8+
"enabled": false,
9+
"matchPackageNames": [
10+
"/^@commitlint/(lint|load)\\-(9|10|11|12|13|14|15|16)\\.x/"
11+
]
1212
},
1313
{
1414
"description": "Update commitlint monorepo with fix type",
15-
"matchPackagePatterns": ["^@commitlint/"],
16-
"semanticCommitType": "fix"
15+
"semanticCommitType": "fix",
16+
"matchPackageNames": ["/^@commitlint//"]
1717
}
1818
]
1919
}

0 commit comments

Comments
 (0)