@@ -40,28 +40,6 @@ licenses:
4040 - AGPL-3.0
4141npm :
4242 excludeModules :
43- 44-
45- # production: true # Whether to check production dependencies or not
46- # development: true # Whether to check development dependencies or not
47- # onlyDirect: false # Whether to check only direct dependencies or not
48- # npm: # Configuration for npm dependencies
49- # includeFiles: # Files to include in the check
50- # - "**/package.json"
51- # excludeFiles: # Files to exclude from the check
52- # - "**/node_modules/**"
53- # developmentFiles: # Dependencies in these files are considered development dependencies
54- # - "**/my-dev-package/package.json"
55- # modules: # Only check these modules
56- 57- # excludeModules: # Exclude these modules from the check
58- 59- # extraModules: # Add these extra modules to the check
60- 61- # python: # Configuration for python dependencies, similar to npm, plus extra options
62- # recursiveRequirements: true # Whether to check requirements recursively, including -r files
63- # maven: {} # Configuration for maven dependencies, similar to npm
64- # go: {} # Configuration for go dependencies, similar to npm
65- # reporter: text # Reporter to use (text, json, markdown)
66- # failOnNotValid: true # Whether to fail the action if a dependency is forbidden
67- # log: info # Log level (silly, debug, verbose, info, warn, error)
43+ # The following packages are in a private repository
44+ - nameMatch : " @tid-xcut\/ .*"
45+ ignore : true
0 commit comments