-
Notifications
You must be signed in to change notification settings - Fork 645
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
Fix renovate config for gitsubmodule #654
Conversation
renovate configs probably worked without this fix until around May 2024. This might be because the submodule's package name was recognized as the submodule's name (not the HTTP URL) at the time. As of August 2024, it seems to have changed to the HTTP URL (I guess renovate fixes this as bug, probably package name for git submodule was unintentional). 2024-05 (renovate config for line-openapi worked)
2024-08 (renovate config for line-openapi didn't worked, though configs were perfectly same)
|
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)
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)
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)
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)
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. Thus #651 was opened and merged at noon, not at night.This change fixes it.
Yang-33/line-bot-sdk-php-653-main-repository#2 checked this change works as expected. (this will be archived)
Close #653