PR for container image created too early (minimumReleaseAge
not followed)
#34723
-
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, v39.186 Please tell us more about your question or problemHere' my config: {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"schedule": ["* * * * 1"],
"prHourlyLimit": 10,
"minimumReleaseAge": "7 days",
"internalChecksFilter": "strict",
"packageRules": [
{
"groupName": "playwright",
"matchPackageNames": [
"@playwright/test",
"mcr.microsoft.com/playwright"
]
}
]
} Today, Renovate created a PR to update mcr.microsoft.com/playwright to version Logs (if relevant)Logs
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi there, Please help this Discussion progress 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.
-
docker datasource doesn't support release time stamps for arbitrary registries. only docker hub is supported. |
Beta Was this translation helpful? Give feedback.
docker datasource doesn't support release time stamps for arbitrary registries. only docker hub is supported.