geopandas / contextily

Context geo-tiles in Python
https://contextily.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
493 stars 81 forks source link

Add Dependabot configuration for GitHub Actions updates #203

Closed EwoutH closed 1 year ago

EwoutH commented 1 year ago

Add a Dependabot configuration that checks once a week if the GitHub Actions are still using the latest version. If not, it opens a PR to update them.

It will actually open very few PRs, since we only have major versions specified (like v3), so only on a major v4 release it will update and open a PR.

See Keeping your actions up to date with Dependabot.

EwoutH commented 1 year ago

Hi @martinfleis! You merged the Dependabot configuration on the other repos, but not yet on this one. Anything holding it up?

EwoutH commented 1 year ago

No worries, thanks for merging!