ss-python icon indicating copy to clipboard operation
ss-python copied to clipboard

Use copier manager

Open huxuan opened this issue 1 year ago • 2 comments

Ref: https://github.com/serious-scaffold/ss-pybind11/pull/31

copierConstraint

huxuan avatar Dec 03 '24 04:12 huxuan

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"
  }
}

msclock avatar Dec 03 '24 07:12 msclock

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. :-(

huxuan avatar Dec 03 '24 11:12 huxuan