-
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
Security updates ignoring target-branch configuration #2767
Comments
@pepperrone this is an issue between how Dependabot version updates (configured using the config file) and Security updates work, which you can enable from the Repository/Security tab or Repository/Settings/Security & analysis. These two products do slightly different things as security updates responds to security alerts from the Dependency Graph which only knows about manifests on your default branch. Thanks for raising this though as it's not something I've seen reported before. We're working on ways to allow configuring security updates using the config file and this is something we'll need to look into. |
+1 It would be very nice to have a way to select the target-branch also for security pull requests. Or otherwise, a way on how to rebase a PR on a different target branch as described here: #2146 would be already good enough! |
Hi @feelepxyz are there any updates on this? There is clearly demand for this feature as seen here, in the issue @Gicminos mentioned, and in the reply to this StackOverflow message. It is a very common workflow for teams to have all updates pushed to a |
Hi all, any update on the status of this change? It would definitely be a welcomed one! |
While nothing has changed for supporting the
|
Testing if dependabot can create security pull request for release-2.6, 2.7 and 2.8 branches. I am trying to cheat with a separate `updates` entry per branch. Most likely dependabot cannot bump only security-relevan dependencies in older branches, see dependabot/dependabot-core#2767 (comment)
Testing if dependabot can create security pull request for release-2.6, 2.7 and 2.8 branches. I am trying to cheat with a separate `updates` entry per branch. Most likely dependabot cannot bump only security-relevan dependencies in older branches, see dependabot/dependabot-core#2767 (comment)
Testing if dependabot can create security pull request for release-2.6, 2.7 and 2.8 branches. I am trying to cheat with a separate `updates` entry per branch. Most likely dependabot cannot bump only security-relevan dependencies in older branches, see dependabot/dependabot-core#2767 (comment)
Is there any ongoing effort to work on this feature support? |
Any news on this topic? |
With the following
dependabot.yml
:Dependabot is creating PRs against
master
instead ofdevelop
as seen here:even within the same directory as in:
The text was updated successfully, but these errors were encountered: