Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0ed4d93

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

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,18 +4,18 @@
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|17)\\.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|17)\\.x/"
11+
]
1212
},
1313
{
1414
"description": "Group commitlint peer dependencies as feat commit",
15-
"matchPackagePatterns": ["^@commitlint/"],
1615
"matchDepTypes": ["peerDependencies"],
1716
"groupName": "peerDependencies commitlint monorepo",
18-
"semanticCommitType": "feat"
17+
"semanticCommitType": "feat",
18+
"matchPackageNames": ["/^@commitlint//"]
1919
}
2020
]
2121
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /