Closed Wurstnase closed 2 years ago
Hi there,
Help us by making a minimal reproduction repository.
Before we can start work on your issue we first need to know exactly what's causing the current behavior. A minimal reproduction helps us with this.
To get started, please read our guide on creating a minimal reproduction to understand what is needed.
We may close the issue if you (or someone else) have not provided a minimal reproduction within two weeks. If you need more time, or are stuck, please ask for help or more time in a comment.
Good luck,
The Renovate team
Hi there,
We have found that there's a problem with the logs. Depending on which situation applies follow one, some or all of these instructions.
If there's no log posted yet, we need you to find and copy/paste the log into the issue template.
@rarkins I've updated my logs. Are you still missing something?
When a bug has been marked as needing a reproduction, it means nobody can work on it until one is provided. In cases where no reproduction is possible, or the issue creator does not have the time to reproduce, we unfortunately need to close such issues as they are non-actionable and serve no benefit by remaining open. This issue will be closed after 7 days of inactivity.
This bug report has been closed as we need a reproduction to work on this. If the original poster or anybody else with the same problem discovers that they can reproduce it, please create a new issue, and reference this issue.
How are you running Renovate?
Self-hosted
If you're self-hosting Renovate, tell us what version of Renovate you run.
31.66.0
Please select which platform you are using if self-hosting.
local docker for testing purpose
If you're self-hosting Renovate, tell us what version of the platform you run.
github/gitlab (not related)
Was this something which used to work for you, and then stopped?
I never saw this working
Describe the bug
I run this on my testing repo.
With multiple minor upgrades
.post1
-Versions are downgraded. When it is the only dependency, it will only skip a downgrade, because in that case thepoetry.lock
file did not change.Also I just saw, that the PR say downgrade from
1.20.46.post1 -> 10.20.46
but in reality it is1.20.46.post1 -> 1.20.47
. I limit the range to<1.20.47
.https://github.com/Wurstnase/renovate_minimal
Relevant debug logs
Logs
``` DEBUG: Using RE2 as regex engine DEBUG: Parsing configs DEBUG: Checking for config file in /usr/src/app/config.js DEBUG: No config file found on disk - skipping DEBUG: File config "config": {} DEBUG: CLI config "config": { "repositories": ["Wurstnase/renovate_minimal"], "printConfig": true, "token": "***********" } DEBUG: Env config "config": {"hostRules": []} DEBUG: Combined config "config": { "hostRules": [], "repositories": ["Wurstnase/renovate_minimal"], "printConfig": true, "token": "***********" } DEBUG: Found valid git version: 2.35.0 DEBUG: Using default github endpoint: https://api.github.com/ DEBUG: Platform config "platformConfig": { "hostType": "github", "endpoint": "https://api.github.com/", "isGHApp": false, "isGhe": false }, "renovateUsername": "Wurstnase" DEBUG: Using platform gitAuthor: Nico Tonnhoferfix
for dependencies andchore
for all others", "Ignore `node_modules`, `bower_components`, `vendor` and various test/tests directories", "Autodetect whether to pin dependencies or maintain ranges", "Rate limit PR creation to a maximum of two per hour", "Limit to maximum 10 open PRs at any time", "Group known monorepo packages together", "Use curated list of recommended non-monorepo package groupings", "Fix some problems with very old Maven commons versions", "Ignore spring cloud 1.x releases", "Ignore web3j 5.0.0 release", "Ignore http4s digest-based 1.x milestones", "Use node versioning for @types/node", "Limit concurrent requests to reduce load on Repology servers until we can fix this properly, see issue 10133", "Rebase existing PRs any time the base branch has been updated", "Limit to maximum 10 open PRs at any time" ], "enabled": true, "deepExtract": false, "repositoryCache": "disabled", "force": { "repositories": ["Wurstnase/renovate_minimal"], "printConfig": true }, "draftPR": false, "printConfig": true, "composerIgnorePlatformReqs": [], "logContext": null, "onboarding": false, "onboardingConfig": { "$schema": "https://docs.renovatebot.com/renovate-schema.json" }, "includeForks": false, "forkMode": false, "forkToken": "", "requireConfig": false, "optimizeForDisabled": false, "dependencyDashboard": true, "dependencyDashboardApproval": false, "dependencyDashboardAutoclose": false, "dependencyDashboardTitle": "Dependency Dashboard", "dependencyDashboardHeader": "This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/)", "dependencyDashboardFooter": null, "dependencyDashboardLabels": null, "configWarningReuseIssue": true, "privateKeyPath": null, "privateKeyPathOld": null, "encrypted": null, "timezone": null, "schedule": ["at any time"], "updateNotScheduled": true, "persistRepoData": false, "ignorePlugins": false, "ignoreScripts": false, "platform": "github", "endpoint": "https://api.github.com/", "username": null, "password": null, "npmrc": null, "npmrcMerge": false, "npmToken": null, "updateLockFiles": true, "skipInstalls": null, "baseBranches": [], "useBaseBranchConfig": "none", "gitAuthor": "Nico TonnhoferHave you created a minimal reproduction repository?
I have linked to a minimal reproduction repository in the bug description