PyCQA / flake8

flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
https://flake8.pycqa.org
Other
3.39k stars 306 forks source link

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

Closed kurtmckee closed 9 months ago

kurtmckee commented 9 months ago

CI is currently throwing deprecation warnings due to out-of-date GitHub action versions (recent example).

Rather than submit a PR to update the actions once, this PR configures Dependabot to submit PRs on a monthly basis to keep the action versions up-to-date. The updates will be batched together.

If this merges, you can expect Dependabot to immediately open a PR to update actions/checkout@v2 to v4, and actions/setup-python@v2 to v4.

Thanks for your work on Flake8!

asottile commented 9 months ago

please don't make infrastructure choices in projects you don't maintain. this is spam

kurtmckee commented 9 months ago

My apologies, I didn't have that viewpoint.

kurtmckee commented 9 months ago

Anthony, I don't think I earned these unkind words here and in the other PRs I filed. I appreciate the work you do on so many projects, though -- they make my development life much easier!

@sigmavirus24 Thanks for your work on the PyCQA projects as well. The responses I received here were so repellent that I received them as verbally abusive, and I implore you both to consider how to foster a community of contributors in a positive way. These particular interactions didn't draw me in.

Thank you both for your work on these projects!