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
Dependabot ignore types/node major versions (#14362)
The `check-node-versions` script enforces that this package is kept in
sync with our Node major version, so we want dependabot to ignore major
version updates, but still allow smaller updates.
Note that we're still enforcing updates to the major version via the
aforementioned script; whenever Node is incremented by a major version,
the linter will require this package to be updated to that major
version too.
Note: We should technically ask dependabot to ignore 'minor' versions
too. It's currently set to 'major' because the latest node release
doesn't yet have types available for it (v22.18.0, latest types package
is v22.17.x). When it does, we can update this to ignore both major and
minor versions.
0 commit comments