To reduce maintainer workload, I've made this PR for Dependabot to
automatically group related PRs together into one PR.
We could also enable a workflow to automatically merge Dependabot PRs,
on the condition that the code continues to compile and produce a
unified RSS XML feed.
Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
I didn't realise you were using `master` as the branch name, so this
wouldn't run if the PR was accepted.
Now fixed.
Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
This commit adds a Dockerfile, .dockerignore, and a GH Action for
pushing container images to - and this is by default, other registries
can be used - Docker Hub (you need to generate a token and install it in
the repo), and GitHub Registry, which doesn't require a manual token.
The workflow won't build until #3 is merged, as it relies on successful
builds from that workflow before a container image is pushed. Once we use unit
tests, this will ensure container images aren't broken when pushed to a
remote registry.
I have marked this PR as draft for that reason.
Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
This commit adds support for Dependabot, which will alert the maintainer
when things are out of date, including GH Actions and Python packages.
Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>