Skip to content

Commit a21824a

Browse files
Copilotnpalm
andcommitted
Add ignore rule for @types/node in npm ecosystem
Co-authored-by: npalm <11609620+npalm@users.noreply.github.com>
1 parent 61a0400 commit a21824a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ updates:
5151
commit-message:
5252
prefix: "fix(lambda)"
5353
prefix-development: "chore(lambda)"
54+
# Ignore major version updates for Node.js related packages to keep aligned with Lambda runtime (nodejs22.x)
55+
ignore:
56+
- dependency-name: "@types/node"
57+
update-types: ["version-update:semver-major"]
5458

5559
- package-ecosystem: "docker"
5660
directory: "/.ci/Dockerfile"

0 commit comments

Comments
 (0)