detect ubuntu apt packages #25028
-
How are you running Renovate?Self-hosted If you're self-hosting Renovate, tell us what version of Renovate you run.37.5.3 If you're self-hosting Renovate, select which platform you are using.GitLab self-hosted Was this something which used to work for you, and then stopped?I never saw this working Wanted end result.I would like that renovate detects dependencies for ubuntu apt packages that I install inside a Dockerfile.
Thanks in advance for your help What you tried so far.I didn't tried anything Relevant debug logsLogs
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I think that I have to configure something with the datasource repology, but I don't know how |
Beta Was this translation helpful? Give feedback.
-
that won't work out of the box. there are so many ways to write that code. to complex to make that build-in. you need to use a regex manager to extract your deps manually |
Beta Was this translation helpful? Give feedback.
-
If you're up for trying the |
Beta Was this translation helpful? Give feedback.
that won't work out of the box. there are so many ways to write that code. to complex to make that build-in.
you need to use a regex manager to extract your deps manually