
Depmender vNext: Introducing the New Config Folder (Full Custom Control for Your Project)
We’re excited to introduce a major improvement in Depmender — the brand-new config folder system. With this update, Depmender becomes more powerful, flexible, and team-friendly than ever before. When you run: depmender init Depmender now automatically creates a dedicated configuration folder containing: depmender.config.js This file gives you full control over how Depmender scans, fixes, reports, and integrates with your workflow. 📁 What’s Inside depmender.config.js? The config file is divided into 3 powerful sections: rules – Scanning Rules autoFix – Auto-Fix Settings output – Output Customization Each section allows you to tailor Depmender according to your project’s needs. 1️⃣ Scanning Rules (rules) Control how strict Depmender should be while scanning dependencies. ✅ maxOutdatedDays – Control outdated packages maxOutdatedDays: 90 // Default – packages older than 90 days flagged maxOutdatedDays: 30 // Strict mode maxOutdatedDays: 180 // Relaxed mode You decide how old is “too old”.
Continue reading on Dev.to JavaScript
Opens in a new tab



