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": "Pin GitHub Actions to digest SHAs and automerge non-major bumps",
"matchManagers": [
"github-actions"
],
"pinDigests": true,
"automerge": true,
"automergeType": "pr",
"automergeStrategy": "squash",
"matchUpdateTypes": [
"minor",
"patch",
"digest"
]
},
{
"description": "Widen Rust requirement ranges (not just the lockfile) so caret pins do not silently go stale behind a published minor",
"matchManagers": [
"cargo"
],
"rangeStrategy": "bump"
},
{
"description": "Automerge Rust dependency patch + minor bumps (blob-decoder is an app: declared MSRV == the pinned toolchain, so a minor bump cannot break a downstream library consumer)",