Skip to content

Commit e216ab2

Browse files
committed
ci(renovate): disable for aliased packages with final version
These type of packages are used for testing agains multiple versions and versions with a superseded major version should not be updated to the latest version.
1 parent 81c8519 commit e216ab2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/renovate.json

+6
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@
3535
"packagePatterns": ["^@commitlint/"],
3636
"depTypeList": ["dependencies"],
3737
"groupName": "dependencies commitlint monorepo"
38+
},
39+
{
40+
"description": "Disable for aliased packages with final version",
41+
"packagePatterns": ["^@commitlint/(lint|load)\\-(9|10)\\.x"],
42+
"depTypeList": ["devDependencies"],
43+
"enabled": false
3844
}
3945
],
4046
"prCreation": "not-pending"

0 commit comments

Comments
 (0)