Commit a3b295c
authored
Fix renovate config for gitsubmodule (#748)
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)1 parent b6d4f3d commit a3b295c
1 file changed
+16
-6
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 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | | - | |
16 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
17 | 24 | | |
18 | 25 | | |
19 | 26 | | |
20 | 27 | | |
21 | | - | |
22 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
23 | 33 | | |
24 | 34 | | |
0 commit comments