deb only uses Package.gz which not all offical repositories contain #38817
-
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.GitLab Please tell us more about your question or problemi have in my Dockerfile and using the regex manager to update the version "customManagers": [
{
"customType": "regex",
"description": "Update dependencies with renovate comments in Dockerfile",
"managerFilePatterns": [
"/(^|/)Dockerfile$/",
"/(^|/)Dockerfile\\.[^/]*$/"
],
"matchStrings": [
"#\\s*renovate:\\s*datasource=(?<datasource>\\S+)\\s+depName=(?<depName>\\S+)(?:\\s+packageName=(?<packageName>\\S+))?(?:\\s+registryUrl=(?<registryUrl>\\S+))?(?:\\s+versioning=(?<versioning>\\S+))?\\s*\\nARG\\s+\\w+\\s*=\\s*(?<currentValue>\\S+)"
],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
}
],the Problem i currently have and looks like can not work around by confguring renovate is that the repository only contains a can renovate pls also use the Logs (if relevant)Logs |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I've also encountered this issue with Debian/stable-backports. The problematic part appears to be hard-coded in renovate/lib/modules/datasource/deb/url.ts Lines 150 to 166 in 0744b7c |
Beta Was this translation helpful? Give feedback.
-
|
Issue created: #44330 PRs welcome |
Beta Was this translation helpful? Give feedback.
Issue created: #44330
PRs welcome