Closed lavie closed 1 year ago
Thanks for these suggestions. It's the first time I've had to update github actions for this project, so I feel like it's not yet time to automate. But definitely good to know about this tool.
for updating dependencies and Github actions.
So the pyproject.toml is also included.
I can recommend https://github.com/marketplace/renovate for updating dependencies and Github actions.
Check my configuration at https://github.com/RickDB/PlexAniSync/blob/master/renovate.json, it's set up so it updates dependencies monthly and auto-merges the created MR after the Github pipelines pass.
If you don't want automerges, remove the
"automerge": true,
line.Also, you haven't created any Github releases for the last few versions. Maybe you should change your workflow so the docker pushes only happen when you create a new tag and not when you push a commit.
If you're willing, I could offer some detailed instructions over Discord. My username is reconman#0562.