Renovate

I’ve posted previously about how I want to move away from GitHub and toward Gitea and the tildeverse. But GitHub, in its enterprisey way, has some useful features that are hard to give up. Specifically I am thinking of the Dependabot, which watches your repositories and warns you (with a pull request) when your dependencies… Continue reading Renovate

Further into GitHub Actions

Since my last post, I’ve been moving more things over to GitHub Actions. It has been an interesting journey. Some things are pretty straightforward to port from PythonAnywhere Tasks. Others have puzzled me a bit more. As an example of the latter, I wanted to set up my rss-to-mastodon bot as a GitHub Action. It’s… Continue reading Further into GitHub Actions

GitHub Actions

Today I moved some bots from PythonAnywhere over to GitHub Actions. This is a follow-up to my previous post about migrating the front-end of the bots over to mastodon.ocert.at. Now I’m modernizing the back-end with GitHub Actions. There were a few reasons for this switch: I get GitHub Pro services for free via the GitHub… Continue reading GitHub Actions