You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Default base config for teamshares *applications* (i.e. end users, will pin specific versions)",
lockFileMaintenance: { enabled: true },
rangeStrategy: "pin", // They had some compelling points: https://docs.renovatebot.com/dependency-pinning/
packageRules: [
{
matchDepTypes: ["devDependencies"],
rangeStrategy: "replace", // Try not pinning dev dependencies -- we have to duplicate some from the shared repos, and we don't really need to update everything in lockstep