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": "Keep peer dependency ranges wide rather than pinning them to one version",
"matchDepTypes": ["peerDependencies"],
"rangeStrategy": "widen"
},
{
"matchDepTypes": ["engines"],
"rangeStrategy": "auto"
},
{
"description": "Remove word `dependency` from commit messages and PR titles",
"matchDatasources": ["npm"],
"commitMessageTopic": "{{depName}}"
},
{
"description": "Give updates to core runtime dependencies (Electron shell, tray integration, UI primitives, GitHub API client) a distinct commit scope so release-please can surface them in the changelog instead of hiding them with routine dependency bumps",