ss-python
ss-python copied to clipboard
Use copier manager
Ref: https://github.com/serious-scaffold/ss-pybind11/pull/31
copierConstraint
I try to set constraint for copier with the below snippet but renovate schema can't recognize it.
{
"constraint": {
"copier": "4.9.1" // or "==4.9.1"
}
}
I try to set constraint for copier with the below snippet but renovate schema can't recognize it.
{ "constraint": { "copier": "4.9.1" // or "==4.9.1" } }
I got the same problem. :-(