sybrenstuvel / python-rsa

Python-RSA is a pure-Python RSA implementation.
https://stuvel.eu/rsa
Other
489 stars 114 forks source link

CI: Configure dependabot #233

Open joycebrum opened 11 months ago

joycebrum commented 11 months ago

Closes #232

It is configured to open a single PR monthly to update the versions (won't be too frequent considering it will only update between majors).

Reminder: as mentioned on the issue, I also strongly recommend that you enable the Dependabot security updates option on Code security and analysis to receive out of schedule upgrades in case of a new security patch is released (avoiding being exposed for much time).

Thanks!