aws-rds
datasource produces incomprehensible branch, commit, and MR names
#32560
Unanswered
z0rc
asked this question in
Request Help
Replies: 1 comment
-
I decided to do the following: "packageRules": [
{
"matchDatasources": [
"aws-rds"
],
"branchTopic": "aws-rds-postgres-{{{newMajor}}}.x",
"commitMessageTopic": "AWS RDS Postgres engine version"
}
] Which works for my case, but it isn't a universal solution. |
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, latest Renovate from https://gitlab.com/renovate-bot/renovate-runner
Please tell us more about your question or problem
service-messaging-center.tf
:renovate.json
:This produces:
feature/renovate-{"name"-"engine","values"-"postgres"-}-16.x
chore: [deps] Update dependency [{"Name":"engine","Values":["postgres"]}] to v16.5
chore: [deps] Update dependency [{"Name":"engine","Values":["postgres"]}] to v16.5
I probably can override
branchTopic
andcommitMessageTopic
via packageRules, but looking for external input, as suggested in documentation.Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions