FAQ resource for How do I configure Vibgrate?.
Answer
Create a vibgrate.config.ts (or .js/.json) file in your project root. Configure exclude patterns to skip directories, thresholds to control finding severity (eolDays, frameworkMajorLag, dependencyTwoPlusPercent), and scanners to enable/disable extended scanners. Run vg init to generate a default config file. For one-off runs you can also add excludes on the command line with vg scan --exclude <glob> (alias -e), which are merged with the config exclude list.