renovatebot / renovate

Home of the Renovate CLI: Cross-platform Dependency Automation by Mend.io
https://mend.io/renovate
GNU Affero General Public License v3.0
17.41k stars 2.28k forks source link

Java + Gradle : "Error updating branch" #14552

Closed mfrechePgest closed 2 years ago

mfrechePgest commented 2 years ago

How are you running Renovate?

Self-hosted Github.com fails too, see reproduction repository

If you're self-hosting Renovate, tell us what version of Renovate you run.

At least since 31.93.3, problem still present with 32.32.0

Please select which platform you are using if self-hosting.

Bitbucket Server

If you're self-hosting Renovate, tell us what version of the platform you run.

Atlassian Bitbucket v7.10.0

Was this something which used to work for you, and then stopped?

It used to work, and then stopped

Describe the bug

Scanning a lot of Spring Boot projects on our Bitbucket Server. Projects are using Java, and Gradle. It used to work fine, many upgrades were suggested by Renovate but it don't seem to work anymore.

We're getting this message in logs :

 WARN: Error updating branch: update failure (repository=******, branch=renovate/spring-boot)

renovate/spring-boot branch don't exists on repository anymore. Since the last Spring Boot PR has already been merged. Is there any reference to this previous branch anywhere ?

I also tried with --recreate-closed option, and nothing changed.

Relevant debug logs

Logs Just ran scan on a single project and here are the other mentions on Spring Boot dependency in the logs : Pretty verbose, hope I didn't miss anything relevant. ``` DEBUG: 2 flattened updates found: postgres, org.springframework.boot (repository=*******) DEBUG: Returning 2 branch(es) (repository=******) DEBUG: Fetching changelog: https://github.com/spring-projects/spring-boot (2.6.3 -> 2.6.4) (repository=******) ``` ``` DEBUG: getBranchPr(renovate/spring-boot) (repository=*******) DEBUG: findPr(renovate/spring-boot, "undefined", "open") (repository=*******) DEBUG: getPrList() (repository=*******) DEBUG: Retrieved Pull Requests (repository=*******) "length": 132 DEBUG: DID NOT Found PR from branch #renovate/spring-boot (repository=******) ``` ``` DEBUG: Setting current branch to develop (repository=******, branch=renovate/spring-boot) DEBUG: latest commit (repository=******, branch=renovate/spring-boot) "branchName": "develop", "latestCommitDate": "2022-03-05T16:39:41+01:00" DEBUG: getBranchPr(renovate/spring-boot) (repository=******, branch=renovate/spring-boot) DEBUG: findPr(renovate/spring-boot, "undefined", "open") (repository=******, branch=renovate/spring-boot) DEBUG: getPrList() (repository=******, branch=renovate/spring-boot) DEBUG: returning cached PR list (repository=******, branch=renovate/spring-boot) DEBUG: DID NOT Found PR from branch #renovate/spring-boot (repository=******, branch=renovate/spring-boot) DEBUG: branchExists=false (repository=******, branch=renovate/spring-boot) DEBUG: dependencyDashboardCheck=undefined (repository=******, branch=renovate/spring-boot) DEBUG: recreateClosed is false (repository=******, branch=renovate/spring-boot) DEBUG: findPr(renovate/spring-boot, "Update plugin org.springframework.boot to v2.6.4", "!open") (repository=******, branch=renovate/spring-boot) DEBUG: getPrList() (repository=******, branch=renovate/spring-boot) DEBUG: returning cached PR list (repository=******, branch=renovate/spring-boot) DEBUG: DID NOT Found PR from branch #renovate/spring-boot (repository=******, branch=renovate/spring-boot) DEBUG: prAlreadyExisted=false (repository=******, branch=renovate/spring-boot) DEBUG: Checking schedule(at any time, Europe/Paris) (repository=******, branch=renovate/spring-boot) DEBUG: No schedule defined (repository=******, branch=renovate/spring-boot) DEBUG: Branch needs creating (repository=******, branch=renovate/spring-boot) DEBUG: Using reuseExistingBranch: false (repository=******, branch=renovate/spring-boot) DEBUG: manager.getUpdatedPackageFiles() reuseExistinbranch=false (repository=******, branch=renovate/spring-boot) DEBUG: Unknown value (repository=******, branch=renovate/spring-boot) "depName": "org.springframework.boot", "version": "sion", "currentValue": "2.6.3", "newValue": "2.6.4" DEBUG: Error updating file (repository=******, branch=renovate/spring-boot) "existingContent": "pluginManagement {\n repositories {\n maven { url = \"******\" }\n }\n plugins {\n id(\"mycompany.base\") version myCompanyPluginsVersion\n id(\"org.springframework.boot\") version springBootVersion\n }\n resolutionStrategy {\n eachPlugin {\n if (requested.id.namespace == \"mycompany\") {\n useVersion(myCompanyPluginsVersion)\n }\n }\n }\n}\n\nrootProject.name = '******'", "config": { "detectGlobalManagerConfig": false, "detectHostRulesFromEnv": false, "postUpgradeTasks": { "commands": [], "fileFilters": [], "executionMode": "update" }, "onboardingBranch": "renovate/configure", "onboardingCommitMessage": null, "onboardingConfigFileName": "renovate.json", "onboardingNoDeps": false, "onboardingPrTitle": "Configure Renovate", "productLinks": { "documentation": "https://docs.renovatebot.com/", "help": "https://github.com/renovatebot/renovate/discussions", "homepage": "https://github.com/renovatebot/renovate" }, "globalExtends": [], "draftPR": false, "printConfig": false, "composerIgnorePlatformReqs": [], "logContext": null, "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, "timezone": "Europe/Paris", "schedule": ["at any time"], "updateNotScheduled": true, "persistRepoData": true, "ignorePlugins": false, "ignoreScripts": false, "platform": "bitbucket-server", "endpoint": "******", "npmrc": null, "npmrcMerge": false, "npmToken": null, "updateLockFiles": true, "skipInstalls": null, "useBaseBranchConfig": "none", "gitAuthor": "Renovate Bot ", "excludeCommitPaths": [], "aliases": {}, "defaultRegistryUrls": [ "******" ], "registryUrls": [ "https://repo.maven.apache.org/maven2", "https://plugins.gradle.org/m2/" ], "extractVersion": null, "versioning": "gradle", "azureWorkItemId": 0, "azureAutoApprove": false, "pinDigests": false, "separateMajorMinor": true, "separateMinorPatch": false, "rangeStrategy": "auto", "branchPrefix": "renovate/", "bumpVersion": null, "semanticCommits": "disabled", "semanticCommitType": "chore", "semanticCommitScope": "deps", "rollbackPrs": false, "recreateClosed": false, "rebaseWhen": "auto", "rebaseLabel": "rebase", "stopUpdatingLabel": "stop-updating", "stabilityDays": 0, "internalChecksFilter": "none", "prCreation": "immediate", "prNotPendingHours": 25, "prHourlyLimit": 0, "prConcurrentLimit": 10, "branchConcurrentLimit": null, "prPriority": 0, "bbUseDefaultReviewers": true, "automerge": false, "automergeType": "pr", "automergeStrategy": "auto", "automergeComment": "automergeComment", "ignoreTests": false, "transitiveRemediation": false, "branchName": "renovate/spring-boot", "additionalBranchPrefix": "", "branchTopic": "{{{groupSlug}}}", "commitMessage": "Update plugin org.springframework.boot to v2.6.4", "commitBody": null, "commitBodyTable": false, "commitMessagePrefix": null, "commitMessageAction": "Update", "commitMessageTopic": "plugin org.springframework.boot", "commitMessageExtra": "to {{#if isMajor}}v{{{newMajor}}}{{else}}{{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}{{/if}}", "commitMessageSuffix": null, "prBodyTemplate": "{{{header}}}{{{table}}}{{{notes}}}{{{changelogs}}}{{{configDescription}}}{{{controls}}}{{{footer}}}", "prTitle": "Update plugin org.springframework.boot to v2.6.4", "prHeader": null, "prFooter": "This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).", "hashedBranchLength": null, "groupSlug": "spring-boot", "labels": [], "addLabels": [], "assignees": [], "assigneesFromCodeOwners": false, "assigneesSampleSize": null, "assignAutomerge": false, "reviewers": [], "reviewersFromCodeOwners": false, "filterUnavailableUsers": false, "confidential": false, "reviewersSampleSize": null, "additionalReviewers": [], "postUpdateOptions": [], "constraints": {}, "prBodyDefinitions": { "Package": "{{{depNameLinked}}}", "Type": "{{{depType}}}", "Update": "{{{updateType}}}", "Current value": "{{{currentValue}}}", "New value": "{{{newValue}}}", "Change": "`{{{displayFrom}}}` -> `{{{displayTo}}}`", "Pending": "{{{displayPending}}}", "References": "{{{references}}}", "Package file": "{{{packageFile}}}" }, "prBodyColumns": ["Package", "Type", "Update", "Change", "Pending"], "prBodyNotes": [], "suppressNotifications": ["deprecationWarningIssues"], "pruneStaleBranches": true, "unicodeEmoji": true, "gitLabIgnoreApprovals": false, "fetchReleaseNotes": true, "cloneSubmodules": false, "ignorePrAuthor": false, "updatePinnedDependencies": true, "writeDiscoveredRepos": null, "platformAutomerge": false, "userStrings": { "ignoreTopic": "Renovate Ignore Notification", "ignoreMajor": "As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for *any* future {{{newMajor}}}.x releases. However, if you upgrade to {{{newMajor}}}.x manually then Renovate will reenable minor and patch updates automatically.", "ignoreDigest": "As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for the `{{{depName}}}` `{{{newDigestShort}}}` update again.", "ignoreOther": "As this PR has been closed unmerged, Renovate will now ignore this update ({{{newValue}}}). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the `ignoreDeps` array of your renovate config." }, "platformCommit": false, "repository": "******", "errors": [], "warnings": [], "branchList": [], "defaultBranch": "develop", "isFork": false, "baseBranch": "develop", "repoIsOnboarded": true, "dryRun": false, "renovateJsonPresent": true, "dependencyDashboardChecks": {}, "language": "java", "manager": "gradle", "packageFile": "settings.gradle", "datasource": "maven", "parentDir": "", "packageFileDir": "", "depType": "plugin", "depName": "org.springframework.boot", "packageName": "org.springframework.boot:org.springframework.boot.gradle.plugin", "currentValue": "2.6.3", "managerData": {"fileReplacePosition": 172, "packageFile": "settings.gradle"}, "fileReplacePosition": 172, "depIndex": 1, "sourceUrl": "https://github.com/spring-projects/spring-boot", "homepage": "https://spring.io/projects/spring-boot", "currentVersion": "2.6.3", "isSingleVersion": true, "fixedVersion": "2.6.3", "bucket": "non-major", "newVersion": "2.6.4", "newValue": "2.6.4", "releaseTimestamp": "2022-02-24T13:43:06.000Z", "newMajor": 2, "newMinor": 6, "updateType": "patch", "isPatch": true, "depNameSanitized": "org.springframework.boot", "sourceRepoSlug": "spring-projects-spring-boot", "sourceRepo": "spring-projects/spring-boot", "sourceRepoOrg": "spring-projects", "sourceRepoName": "spring-boot", "baseDeps": [ { "depType": "plugin", "depName": "myCompany.base", "packageName": "myCompany.base:myCompany.base.gradle.plugin", "registryUrls": [ "https://repo.maven.apache.org/maven2", "https://plugins.gradle.org/m2/" ], "commitMessageTopic": "plugin myCompany.base", "currentValue": "1.4.1", "managerData": { "fileReplacePosition": 148, "packageFile": "settings.gradle" }, "fileReplacePosition": 148, "depIndex": 0, "updates": [], "warnings": [ { "topic": "myCompany.base", "message": "Failed to look up dependency myCompany.base" } ], "versioning": "gradle" }, { "depType": "plugin", "depName": "org.springframework.boot", "packageName": "org.springframework.boot:org.springframework.boot.gradle.plugin", "registryUrls": [ "https://repo.maven.apache.org/maven2", "https://plugins.gradle.org/m2/" ], "commitMessageTopic": "plugin org.springframework.boot", "currentValue": "2.6.3", "managerData": { "fileReplacePosition": 172, "packageFile": "settings.gradle" }, "fileReplacePosition": 172, "depIndex": 1, "updates": [ { "bucket": "non-major", "newVersion": "2.6.4", "newValue": "2.6.4", "releaseTimestamp": "2022-02-24T13:43:06.000Z", "newMajor": 2, "newMinor": 6, "updateType": "patch", "branchName": "renovate/spring-boot" } ], "warnings": [], "versioning": "gradle", "sourceUrl": "https://github.com/spring-projects/spring-boot", "homepage": "https://spring.io/projects/spring-boot", "currentVersion": "2.6.3", "isSingleVersion": true, "fixedVersion": "2.6.3" } ], "logJSON": { "project": { "apiBaseUrl": "https://api.github.com/", "baseUrl": "https://github.com/", "type": "github", "repository": "spring-projects/spring-boot", "sourceUrl": "https://github.com/spring-projects/spring-boot", "depName": "org.springframework.boot" }, "versions": [ { "version": "2.6.4", "date": "2022-02-24T13:43:06.000Z", "changes": [], "compare": {}, "releaseNotes": { "url": "https://github.com/spring-projects/spring-boot/releases/v2.6.4", "notesSourceUrl": "https://api.github.com/repos/spring-projects/spring-boot/releases", "id": 60366736, "tag": "v2.6.4", "name": "v2.6.4", "body": "#### :lady_beetle: Bug Fixes\n\n- Default JmxAutoConfiguration changes JConsole hierarchy for multi-property `@ManagedResource` object names [#29970](https://github.com/spring-projects/spring-boot/issues/29970)\n- The active profiles log message is ambiguous when a profile's name contains a comma [#29915](https://github.com/spring-projects/spring-boot/issues/29915)\n- `@SpyBean` causes BeanCurrentlyInCreationException when there are circular references [#29909](https://github.com/spring-projects/spring-boot/issues/29909)\n- Failed application contexts are not deregistered from SpringApplicationShutdownHook [#29905](https://github.com/spring-projects/spring-boot/issues/29905)\n- Gradle Plugin triggers eager configuration of some tasks [#29817](https://github.com/spring-projects/spring-boot/issues/29817)\n- MimeMapping for ots has a trailing space in its mime type [#29750](https://github.com/spring-projects/spring-boot/issues/29750)\n- A fat jar built with Gradle moves META-INF beneath BOOT-INF/classes while Maven leaves it at the jar's root [#29748](https://github.com/spring-projects/spring-boot/issues/29748)\n- Dependency management for Liquibase does not include its liquibase-cdi module [#29741](https://github.com/spring-projects/spring-boot/issues/29741)\n- server.tomcat.use-relative-redirects=true not honored when server.forward-headers-strategy=framework [#29731](https://github.com/spring-projects/spring-boot/issues/29731)\n- Ignore invalid stream types when reading log update events [#29691](https://github.com/spring-projects/spring-boot/issues/29691)\n- bootJar, bootRun, and bootWar do not pick up changes to the main source set's runtime classpath that are made after Boot's plugin has been applied [#29679](https://github.com/spring-projects/spring-boot/issues/29679)\n- WebSessionIdResolverAutoConfiguration should only be active in a reactive web application [#29669](https://github.com/spring-projects/spring-boot/issues/29669)\n- ErrorPageSecurityFilter cannot be destroyed in a Servlet 3.1 compatible container [#29558](https://github.com/spring-projects/spring-boot/issues/29558)\n- Health Web Endpoint Extension Failed to Initialize When Some Conditions Hit [#29532](https://github.com/spring-projects/spring-boot/issues/29532)\n\n#### :notebook_with_decorative_cover: Documentation\n\n- Document that placeholders in `@DefaultValue` annotations are not resolved [#29980](https://github.com/spring-projects/spring-boot/issues/29980)\n- Clarify relation of import path to resultant properties in configtree import data [#29978](https://github.com/spring-projects/spring-boot/issues/29978)\n- bootRun example should use mainClass, rather than main which was deprecated in Gradle 7.1 [#29966](https://github.com/spring-projects/spring-boot/issues/29966)\n- Rectify incorrect sanitizing regex example provided in how-to docs [#29959](https://github.com/spring-projects/spring-boot/issues/29959)\n- \"Customizing the Banner\" should make it more obvious that any environment property can be used [#29934](https://github.com/spring-projects/spring-boot/issues/29934)\n- Update javadoc to reflect move from WebSecurityConfigurerAdapter to SecurityFilterChain [#29901](https://github.com/spring-projects/spring-boot/issues/29901)\n- Link directly to the Integration Properties section of the appendix when cross-referencing Kafka properties [#29807](https://github.com/spring-projects/spring-boot/issues/29807)\n- Update documentation to reflect Hibernate's CamelCaseToUnderscoresNamingStrategy now being used by default [#29743](https://github.com/spring-projects/spring-boot/issues/29743)\n- Add documentation for WebMvc.fn [#29728](https://github.com/spring-projects/spring-boot/issues/29728)\n- Move appendix subsections under appendix section [#29689](https://github.com/spring-projects/spring-boot/issues/29689)\n- In Gradle plugin docs, replace classifier (deprecated) with archiveClassifier in examples [#29685](https://github.com/spring-projects/spring-boot/issues/29685)\n- Warn about the dangers of early bean initialization when using `@ConditionalOnExpression` [#29616](https://github.com/spring-projects/spring-boot/issues/29616)\n- Rename Boxfuse to CloudCaptain [#29539](https://github.com/spring-projects/spring-boot/issues/29539)\n- Upgrade version of gradle-git-properties in reference doc [#29537](https://github.com/spring-projects/spring-boot/issues/29537)\n\n#### :hammer: Dependency Upgrades\n\n- Upgrade to ActiveMQ 5.16.4 [#29937](https://github.com/spring-projects/spring-boot/issues/29937)\n- Upgrade to AppEngine SDK 1.9.95 [#29938](https://github.com/spring-projects/spring-boot/issues/29938)\n- Upgrade to Artemis 2.19.1 [#29784](https://github.com/spring-projects/spring-boot/issues/29784)\n- Upgrade to Couchbase Client 3.2.5 [#29785](https://github.com/spring-projects/spring-boot/issues/29785)\n- Upgrade to Dropwizard Metrics 4.2.8 [#29786](https://github.com/spring-projects/spring-boot/issues/29786)\n- Upgrade to Glassfish JAXB 2.3.6 [#29787](https://github.com/spring-projects/spring-boot/issues/29787)\n- Upgrade to Hibernate 5.6.5.Final [#29788](https://github.com/spring-projects/spring-boot/issues/29788)\n- Upgrade to Hibernate Validator 6.2.2.Final [#29789](https://github.com/spring-projects/spring-boot/issues/29789)\n- Upgrade to HttpClient5 5.1.3 [#29790](https://github.com/spring-projects/spring-boot/issues/29790)\n- Upgrade to Jetty 9.4.45.v20220203 [#29791](https://github.com/spring-projects/spring-boot/issues/29791)\n- Upgrade to Jetty Reactive HTTPClient 1.1.11 [#29939](https://github.com/spring-projects/spring-boot/issues/29939)\n- Upgrade to Johnzon 1.2.16 [#29793](https://github.com/spring-projects/spring-boot/issues/29793)\n- Upgrade to Json-smart 2.4.8 [#29794](https://github.com/spring-projects/spring-boot/issues/29794)\n- Upgrade to Maven Javadoc Plugin 3.3.2 [#29795](https://github.com/spring-projects/spring-boot/issues/29795)\n- Upgrade to Micrometer 1.8.3 [#29718](https://github.com/spring-projects/spring-boot/issues/29718)\n- Upgrade to MongoDB 4.4.2 [#29796](https://github.com/spring-projects/spring-boot/issues/29796)\n- Upgrade to Neo4j Java Driver 4.4.3 [#29797](https://github.com/spring-projects/spring-boot/issues/29797)\n- Upgrade to Netty 4.1.74.Final [#29798](https://github.com/spring-projects/spring-boot/issues/29798)\n- Upgrade to Netty tcNative 2.0.50.Final [#29974](https://github.com/spring-projects/spring-boot/issues/29974)\n- Upgrade to Postgresql 42.3.3 [#29941](https://github.com/spring-projects/spring-boot/issues/29941)\n- Upgrade to Reactor 2020.0.16 [#29717](https://github.com/spring-projects/spring-boot/issues/29717)\n- Upgrade to SLF4J 1.7.36 [#29801](https://github.com/spring-projects/spring-boot/issues/29801)\n- Upgrade to Spring Batch 4.3.5 [#29724](https://github.com/spring-projects/spring-boot/issues/29724)\n- Upgrade to Spring Data 2021.1.2 [#29721](https://github.com/spring-projects/spring-boot/issues/29721)\n- Upgrade to Spring Framework 5.3.16 [#29719](https://github.com/spring-projects/spring-boot/issues/29719)\n- Upgrade to Spring Integration 5.5.9 [#29963](https://github.com/spring-projects/spring-boot/issues/29963)\n- Upgrade to Spring Kafka 2.8.3 [#29722](https://github.com/spring-projects/spring-boot/issues/29722)\n- Upgrade to Spring LDAP 2.3.6 [#29720](https://github.com/spring-projects/spring-boot/issues/29720)\n- Upgrade to Spring Security 5.6.2 [#29723](https://github.com/spring-projects/spring-boot/issues/29723)\n- Upgrade to Spring Session 2021.1.2 [#29725](https://github.com/spring-projects/spring-boot/issues/29725)\n- Upgrade to Thymeleaf 3.0.15.RELEASE [#29802](https://github.com/spring-projects/spring-boot/issues/29802)\n- Upgrade to Tomcat 9.0.58 [#29803](https://github.com/spring-projects/spring-boot/issues/29803)\n- Upgrade to Undertow 2.2.16.Final [#29804](https://github.com/spring-projects/spring-boot/issues/29804)\n\n#### :heart: Contributors\n\nWe'd like to thank all the contributors who worked on this release!\n\n- [@dreis2211](https://github.com/dreis2211)\n- [@UbaidurRehman1](https://github.com/UbaidurRehman1)\n- [@mhalbritter](https://github.com/mhalbritter)\n- [@quaff](https://github.com/quaff)\n- [@axelfontaine](https://github.com/axelfontaine)\n- [@lachlan-roberts](https://github.com/lachlan-roberts)\n- [@jvalkeal](https://github.com/jvalkeal)\n- [@mihailcornescu](https://github.com/mihailcornescu)\n- [@izeye](https://github.com/izeye)\n- [@larsgrefer](https://github.com/larsgrefer)\n- [@halcyon22](https://github.com/halcyon22)\n- [@polarbear567](https://github.com/polarbear567)\n- [@gcoppex](https://github.com/gcoppex)\n- [@terminux](https://github.com/terminux)\n" } } ], "hasReleaseNotes": true }, "displayFrom": "2.6.3", "displayTo": "2.6.4", "displayPending": "", "prettyDepType": "plugin", "isRange": false } WARN: Error updating branch: update failure (repository=******, branch=renovate/spring-boot) ```

Have you created a minimal reproduction repository?

https://github.com/mfrechePgest/renovate-spring-boot

mfrechePgest commented 2 years ago

Issue isn't really active but I think i got a new hint.

I noticed another dependency often failing to upgrade. The thing they got in common (with spring-boot mentionned earlier) is that they are Gradle plugins.

I addition, in our conventions, we are setting plugins versions in settings.gradle, not directly in build.gradle

build.gradle :

plugins {
  id 'org.springframework.boot'
}

settings.gradle :

pluginManagement {
    repositories {
        maven { url = OUR_INTERNAL_REPO }
    }
    plugins {
        id("org.springframework.boot") version springBootVersion
    }

gradle.properties :

springBootVersion=2.6.3

This used to work, but not anymore. Renovate keeps telling "Error updating branch" for those dependencies.

github-actions[bot] commented 2 years ago

Hi there,

Get your issue 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.

To get started, please read our guide on creating a minimal reproduction.

We may close the issue if you, or someone else, haven't created 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

rarkins commented 2 years ago

This part is unexpected:

DEBUG: Unknown value (repository=******, branch=renovate/spring-boot)
       "depName": "org.springframework.boot",
       "version": "sion",
       "currentValue": "2.6.3",
       "newValue": "2.6.4"
mfrechePgest commented 2 years ago

Updated initial comment with link to a reproduction repository, where update also failed

renovate-release commented 2 years ago

:tada: This issue has been resolved in version 32.52.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: