Configurable configuration branch/commit messages #22052
Replies: 11 comments
-
are you running your own bot? |
Beta Was this translation helpful? Give feedback.
-
Sort of, I'm runnig the docker image in a gitlab CI pipeline |
Beta Was this translation helpful? Give feedback.
-
Can you give me an example of what you want to change? e.g. a Before/after example? |
Beta Was this translation helpful? Give feedback.
-
Code wise? There I'm not sure yet but there are options for configuring the Does this makes sense? |
Beta Was this translation helpful? Give feedback.
-
I mean an example of what commit message and what PR title would you use instead of the current ones? |
Beta Was this translation helpful? Give feedback.
-
Ah I see. Currently the commit messages reads |
Beta Was this translation helpful? Give feedback.
-
I think making the onboarding part configurable may be useful to others. I haven't worked out the best way to do that though. If it's the commit message only then it's much safer then the PR title or branch name, because those are like "keys" we just to look up if a repo is already in the progress of being onboarding. Change those, e.g. via config, and you may essentially "reset" your onboarding. |
Beta Was this translation helpful? Give feedback.
-
One possibility is we introduce a new admin configuration object called |
Beta Was this translation helpful? Give feedback.
-
We had a similar challenge, I worked around it by setting |
Beta Was this translation helpful? Give feedback.
-
@rarkins that sounds like something useful. I could try to implement such an approach if you don't mind. @adam-moss thanks, will try this in the meantime 👍 |
Beta Was this translation helpful? Give feedback.
-
@maximilian-krauss you'd be very welcome to contribute! Here's the basics of what I think we need to do:
|
Beta Was this translation helpful? Give feedback.
-
What would you like Renovate to be able to do?
I would like to be able to configure the title and message of the configuration commit message and pull request. The reason is that we are having push rules on all of our repositories which makes it hard to setup renovate for a large number of projects.
Describe the solution you'd like
Make the configuration commit message title and branch name as configurable as it is already possible for the regular pull requests (
commitMessagePrefix
,branchPrefix
...)Or is there a technical reason not to do this?
If this is something you would consider useful, I could provide the pull request 😉
Cheers,
Max
Beta Was this translation helpful? Give feedback.
All reactions