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 56d4562 commit e5fa9a5Copy full SHA for e5fa9a5
src/content/configuration/other-options.mdx
@@ -436,12 +436,16 @@ Both `hash` and `timestamp` are optional.
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
`(RegExp | string)[]`
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