Closed suzuki-shunsuke closed 4 years ago
Try baseDir instead of parentDir. Ref: https://docs.renovatebot.com/templates/
Thank you for your reply.
I tried baseDir
and it works well.
This is what I want!
https://github.com/suzuki-shunsuke/test-renovate-2/commit/8e869f2bee2fd1b68badbf70d03355c80042ed34
https://github.com/suzuki-shunsuke/test-renovate-2/pull/13 https://github.com/suzuki-shunsuke/test-renovate-2/pull/14 https://github.com/suzuki-shunsuke/test-renovate-2/pull/15 https://github.com/suzuki-shunsuke/test-renovate-2/pull/16
Thanks a lot!
Which Renovate are you using?
WhiteSource Renovate App
Which platform are you using?
GitHub.com
Have you checked the logs? Don't forget to include them if relevant
What would you like to do?
I want to split pull requests per updated files. I try to use additionalBranchPrefix, but it seems that
parentDir
is not full path but the parent directory name, and if the parent directory name is same, the updates are included in the same pull request.https://github.com/suzuki-shunsuke/test-renovate-2/blob/c69b1a5bf7e55d1f116da8b733f82fa51b790f02/renovate.json
directory structure
provider.tf
There are four provider.tf and I want to update them by separated pull requests. But actually foo/staging/provider.tf and bar/staging/provider.tf are upgraded in the same pull request.