stac-utils / stactools

Command line utility and Python library for STAC
https://stactools.readthedocs.io/
Other
105 stars 28 forks source link

Remove dependabot checks for pip dependencies #401

Closed gadomski closed 1 year ago

gadomski commented 1 year ago

Related Issue(s):

Description:

I was spending a lot of time just auto-closing dependabot version bumps to requirements-min.txt (e.g. this morning: https://github.com/stac-utils/stactools/pull/399). The whole point behind requirements-min.txt is that we don't have to update our version files every time there's a release; for more information behind this strategy, here's a blog post I wrote. Without requirements-min.txt, and because dependabot doesn't understand setup.cfg, there really isn't much value in checking the pip package ecosystem, so I've removed it.

Also sets our other checks to weekly, we don't really need a daily cadence for this repo.

PR checklist: