colour-science / flask-compress

Compress responses of your Flask application.
MIT License
117 stars 27 forks source link

Add a Dependabot config to auto-update GitHub action versions #48

Closed kurtmckee closed 1 month ago

kurtmckee commented 1 month ago

This PR introduces the following changes:

Dependabot will check on a monthly basis whether new action versions (like actions/checkout or actions/setup-python) are available.

If so, it will submit a PR at most once per month to keep the action versions updated. This frees developers from having to watch for, and update, action versions manually.

alexprengere commented 1 month ago

Thanks! Is the new file not supposed to be in .github/workflows?

kurtmckee commented 1 month ago

No, just in .github/.