lavie / runlike

Given an existing docker container, prints the command line necessary to run a copy of it.
Other
1.99k stars 118 forks source link

update github actions versions #106

Closed lavie closed 1 year ago

reconman commented 1 year ago

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.

lavie commented 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.

reconman commented 1 year ago

for updating dependencies and Github actions.

So the pyproject.toml is also included.