We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c2f87 commit 466baddCopy full SHA for 466badd
src/content/configuration/other-options.mdx
@@ -432,16 +432,20 @@ Both `hash` and `timestamp` are optional.
432
433
### immutablePaths
434
435
-`[string]`
+`(RegExp | string)[]`
436
437
An 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.
438
439
+Make sure to wrap the path in a capture group if you use regular expressions.
440
+
441
### managedPaths
442
443
444
445
An array of paths that are managed by a package manager and can be trusted to not be modified otherwise.
446
447
448
449
### module
450
451
`object = {hash boolean = true, timestamp boolean = true}`
0 commit comments