From cd47e8a14ad6cbd67221af039f2e94467d2dc762 Mon Sep 17 00:00:00 2001 From: James King Date: Wed, 7 Sep 2022 18:26:09 +0100 Subject: [PATCH] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3e4ba1d --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# renovate-docker-bug +https://github.com/renovatebot/renovate/discussions/17363 + +## Expected Behaviour + +Renovate should be tracking my private Docker images used in `.github/workflows/ci.yml` and create PRs for them where relevant. + +## Actual Behaviour + +Renovate shows an error on the Dependency Dashboard that states it cannot find our private docker images. They are hosted on GitHub Packages privately but we're using the official Renovate app so Renovate should automatically be able to access them.