Fix renovate config for gitsubmodule #533
Merged
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.
Renovate recognizes packages in git submodule as
"packageName": "https://github.com/line/line-openapi.git"
. however, this repository specifies"matchPackagePatterns": ["^line-openapi$"]
. This won't be matched the submodule, and special config doesn't work. This change fixes it.Yang-33/line-bot-sdk-php-653-main-repository#2 checked this change works as expected. (this will be archived)
(same as line/line-bot-sdk-php#654)