Skip to content

Commit 7fa426e

Browse files
fix: have renovate upgrade black version
renovate is not upgrading the `black` package. There is an open issue[1] about this. Use suggested work-around from: renovatebot/renovate#7167 (comment) & https://github.com/scop/bash-completion/blob/e7497f6ee8232065ec11450a52a1f244f345e2c6/renovate.json#L34-L38 1. renovatebot/renovate#7167
1 parent 2cd15ac commit 7fa426e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.renovaterc.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828
{
2929
"matchPackagePrefixes": ["types-"],
3030
"groupName": "typing dependencies"
31-
}
31+
},
32+
{
33+
"matchPackagePatterns": ["(^|/)black$"],
34+
"versioning": "pep440",
35+
"ignoreUnstable": false,
36+
"groupName": "black"
37+
}
3238
]
3339
}

0 commit comments

Comments
 (0)