Updates for actions/runner github-releases don't appear #33915
Unanswered
tiberium
asked this question in
Request Help
Replies: 1 comment
-
Hi there, Get your discussion fixed faster by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. Discussions without reproductions are less likely to be converted to Issues. Please follow these steps:
If you need help with running renovate on your minimal reproduction repository, please refer to our Running Renovate guide. The Renovate team |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
GitHub, Renovate 38 (the same on 39)
Please tell us more about your question or problem
Hi,
I want to update version of one of the
ARG
lines in myDockerfile
based on the newest releases available in this GitHub repository: actions/runner. In my current Dockerfile the version is2.321.0
, and the newest release (as of today) is2.322.0
.This is the part of the
Dockerfile
that I want to update:After running Renovate, I see in the logs, that the version is correctly recognized by Renovate:
But - as you see - the
updates
section is empty, which seems wrong since I know from theactions/runner
repo, that there is a new version already available. Why?This is the
renovate.json
part:Thanks for all your work on Renovate, it is a great tool! Can you please help me to somehow fix my config?
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions