-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependabot ignores "pull-request-branch-name.separator" option #4940
Comments
Any update on this? Also encountered the same issue |
👋 @bm-klara, the affected PR looks to have been created as part of a security update. Security updates will always target the default branch and your branch separator config only applies to the There's two options here:
|
A similar case has been reported at #6366, although in that case, the target branch, directory and ecosytem want to be configured equally for both version and security updates. So no workaround for that case at the moment as far as I understand? |
Replace #62 from @dependabot because security alerts do not respect `pull-requests-branch-name.separator` option. Ref: dependabot/dependabot-core#4940
👋 This issue has been marked as stale because it has been open for 2 years with no activity. You can comment on the issue to hold stalebot off for a while, or do nothing. If you do nothing, this issue will be closed eventually by the stalebot. Please see CONTRIBUTING.md for more policy details. |
Dependabot began to ignore
pull-request-branch-name.separator
option from YML settings.Details:
Here is my
.github/dependabot.yml
file content:Newly created PR with unexpected branch name: (separated by
/
):Example of existing PR with expected branch name: (separated by
-
), created one week ago:The text was updated successfully, but these errors were encountered: