PyCQA / isort

A Python utility / library to sort imports.
https://pycqa.github.io/isort/
MIT License
6.53k stars 583 forks source link

feat: add dependabot for GH action update #2300

Open Rotzbua opened 1 month ago

Rotzbua commented 1 month ago

Advantage

Dependabot can automatically look for updated GH actions and rise a PR.

Since dependabot can be very annoying and spam a lot of PRs the GH actions related PRs are grouped into one single PR. Also the update frequency is limited to monthly.

Reference

2299