Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix renovate config for gitsubmodule (#1134)
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. (same as line/line-bot-sdk-php#654)
- Loading branch information