Commit 2959b38
authored
Fix renovate config for gitsubmodule (#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 #6531 parent 5538dce commit 2959b38
1 file changed
+20
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
26 | 36 | | |
27 | 37 | | |
0 commit comments