aws-machine-image datasource: PR title exceeds maximum length - how to properly configure? #34750
Unanswered
ByteCrunch
asked this question in
Request Help
Replies: 1 comment
-
Try using |
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
-
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 problem
I'm using the following renovate config to utilize the aws-machine-image datasource:
renovate.json in repo
This will result in really long branch-names, commit messages and PR title as the dependency name looks for example like "[{"Name":"owner-id","Values":["602401143452"]},{"Name":"name","Values":["amazon-eks-arm64-node-1.30-*"]},{"region": "eu-west-1"}]"
This results in actually failing to create the PR, because it exceeds the limit of 255 chars in GitLab.
There seems to be no official way to change the char limit for PR titles beside changing the model in the GitLab source code which is not feasible for me.
Also setting custom renovate commitMessage is not recommended and deprecated according to the documentation of renovate configuration options.
I also don't want to change the behavior for other data sources.
What is the correct way to use this datasource? Is there something wrong in my configuration?
Renovate Version is: 38.57.1
GitLab version is: 17.9.1-ee
Kind regards
Manuel
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions