File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
src/content/configuration Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -432,16 +432,20 @@ Both `hash` and `timestamp` are optional.
432432
433433### immutablePaths
434434
435- ` [ string]`
435+ ` (RegExp | string)[ ]`
436436
437437An array of paths that are managed by a package manager and contain a version or a hash in their paths so that all files are immutable.
438438
439+ Make sure to wrap the path in a capture group if you use regular expressions.
440+
439441### managedPaths
440442
441- ` [ string]`
443+ ` (RegExp | string)[ ]`
442444
443445An array of paths that are managed by a package manager and can be trusted to not be modified otherwise.
444446
447+ Make sure to wrap the path in a capture group if you use regular expressions.
448+
445449### module
446450
447451` object = {hash boolean = true, timestamp boolean = true} `
You can’t perform that action at this time.
0 commit comments