Is there any way we could plug in a Dependabot-typ...
# development
w
Is there any way we could plug in a Dependabot-type service to the pinned plugin versions in Pants? Just to let us know when there are minor/major version updates of stuff like
pyright
pytest
black
etc?
h
It's a good idea, but not sure how
w
Maybe point at a lockfile?
b
Totally doable. Ping me again in a while after I'm done with the ucrrent release automation 😛
Also, is there something that sparked this?
h
We generate the lockfiles here. We could use something similar to generate a requirements.txt to point dependabot at or something.
w
Reading some pyright issues, and the idea that VSCode is updating pyright along the way, but ours would be out of date
h
Or, does dependabot have an API?
b
No dependabot closed a while ago
But it's easy to schedule a
cron
GitHub Action Workflow 🙂