We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a9c8b commit dcf3cc0Copy full SHA for dcf3cc0
renovate.json5
@@ -13,6 +13,15 @@
13
"labels": [
14
"dependency upgrade"
15
],
16
+ // npm マネージャ固有の設定
17
+ "npm": {
18
+ // デフォルトはだいたい "(^|/)package\\.json$"
19
+ // ここにサブディレクトリを含むパターンを追加
20
+ "fileMatch": [
21
+ "(^|/)package\\.json$", // 既定のパターン
22
+ "(^|/)examples/.+/package\\.json$" // 追加で読みたいパターン
23
+ ]
24
+ },
25
"packageRules": [
26
{
27
"matchPackagePatterns": [
@@ -31,14 +40,5 @@
31
40
"before 4am"
32
41
]
33
42
},
34
- {
35
- // npm の依存関係を扱う
36
- "managers": ["npm"],
37
- // どこを見にいくか
38
- "paths": [
39
- "package.json",
- "examples/*/package.json"
- ]
- }
43
44
}
0 commit comments