fix: update Dependabot path for gitsubmodule (#452)#453
Open
fix: update Dependabot path for gitsubmodule (#452)#453
Conversation
Assumes intent is to track all submodules.
Contributor
Automated Review URLs |
Contributor
|
My original idea was to keep the dependabot pointed only at the dev submodule by choice, because it's the only continuously developing submodule and I wouldn't expect any changes on the other branches in the future. That being said, it would be cleaner if we put out releases from the 0.1...0.5 branches and then point the submodules to the releases rather than just the branches. |
Contributor
Author
|
I see! We can exclude the others, but I imahine that if eventually we change an older branch (say, to fix a broken link or similar), it may be good for the dependabot to trigger a PR here. If they are not changed, then dependsbot will just stay silent, right? Are there scenarios in which we would not want an update to be propagated here? But either way works for me |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related to #449, fixes #452
This assumes that we want Dependabot to track all submodules (not only dev, but also previous versions).
It will look into
.gitmodulesfor the updates (which is in/, and not in/specifications/dev).My experience with Dependabot is limited, though, so I might be overlooking something.