Skip to content

Commit 051bf88

Browse files
committed
a
1 parent 37901f6 commit 051bf88

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

renovate.json5

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,9 @@
6262
// bash 例: examples/* の各ディレクトリを回って package.json があるなら npm install
6363
"for d in examples/*; do if [ -f \"$d/package.json\" ]; then cd \"$d\" && npm install --package-lock-only && cd -; fi; done"
6464
],
65-
66-
// コマンド実行後、コミットに含めるファイル
6765
"fileFilters": [
68-
// トップレベルの package-lock.json
66+
"package.json",
6967
"package-lock.json",
70-
// examples 配下のすべての package-lock.json
7168
"examples/**/package-lock.json"
7269
]
7370
}

0 commit comments

Comments
 (0)