Renovate git-submodules: Annotated tags not updated, with "empty commit" warnings printed in the logs #40365
Unanswered
jasonlearst
asked this question in
Request Help
Replies: 2 comments
-
|
Issue also happens with 43.0.5. We see the same behavior in our project. It seems like Renovate tries to add a digest to the version, which is afaik not supported. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I think Renovate explicitly skips the references ending with In my example since the submodule is on the commit e54b8bf6 Renovate decides that there is a new digest.
But since |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
Self-hosted Renovate
Which platform you running Renovate on?
Gitea
Which version of Renovate are you using?
42.74.2
Please tell us more about your question or problem
I had enabled updating of git-submodules on my repository
Renovate Bot ran and created PRs for all of the submodules in my project pointing to the latest commits in the repositories. After reading the documentation further I updated my
.gitmodulesfile withbranch=<tag>for each of the submodules to have Renovate Bot only update each of the submodules to the latest semver tags.Renovate Bot closed all of the open PRs (since the submodules were already on the correct commits) except for the
https://github.com/ansible-collections/ansible.posix.gitsubmodule. Here Renovate Bot aborted with:⚠️ WARN: Detected empty commit - aborting git push.I have created a minimal reproduction here: https://github.com/jasonlearst/detected-empty-commit-renovate-minimal-reproduction.
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions