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 37901f6 commit 051bf88Copy full SHA for 051bf88
renovate.json5
@@ -62,12 +62,9 @@
62
// bash 例: examples/* の各ディレクトリを回って package.json があるなら npm install
63
"for d in examples/*; do if [ -f \"$d/package.json\" ]; then cd \"$d\" && npm install --package-lock-only && cd -; fi; done"
64
],
65
-
66
- // コマンド実行後、コミットに含めるファイル
67
"fileFilters": [
68
- // トップレベルの package-lock.json
+ "package.json",
69
"package-lock.json",
70
- // examples 配下のすべての package-lock.json
71
"examples/**/package-lock.json"
72
]
73
}
0 commit comments