slackapi / bolt-python

A framework to build Slack apps using Python
https://slack.dev/bolt-python/
MIT License
1.06k stars 245 forks source link

feat: use dependabot to maintain packages #1037

Closed WilliamBergamin closed 7 months ago

WilliamBergamin commented 7 months ago

Since #996 packages in this project are defined in requirements.txt files, dependabot supports this as a pip package-ecosystem. This PR introduces dependabot as a tool maintain the pip and github-action dependencies of the project

Category

Requirements

Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.76%. Comparing base (b6de3b3) to head (5906d5a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1037 +/- ## ======================================= Coverage 91.76% 91.76% ======================================= Files 181 181 Lines 6312 6312 ======================================= Hits 5792 5792 Misses 520 520 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.