geeksforsocialchange / imok

A simple bot to support people doing risky activities
https://gfsc.studio/blog/2021/imok-is-launched/
MIT License
12 stars 1 forks source link

chore: handle dependencies better #106

Open wheresalice opened 1 year ago

wheresalice commented 1 year ago

We should set specific versions of Python dependencies in requirements.txt for repeatability But we should also keep these versions updated to ensure we are handling security updates

This change sets specific versions of packages in requirements.txt and automates the use of dependabot and mergify to handle upgrades