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
chore: Configure Dependabot to ignore Node.js major version updates (#4821)
- [x] Explore repository structure and identify Node.js version usage
- [x] Identify Dependabot configuration location
- [x] Identify files using Node.js version (Lambda runtime is
nodejs22.x)
- [x] Update Dependabot configuration to ignore Node.js major version
updates
- [x] Add ignore rules for Docker images using Node.js (only in docker
ecosystems)
- [x] Remove incorrect ignore rule from github-actions ecosystem
- [x] Add ignore rule for @types/node in npm ecosystem
- [x] Update comments to reference Lambda runtime as configured via
Terraform
- [x] Test the configuration (YAML syntax validated)
## Summary
Configured Dependabot to ignore major version updates for Node.js to
keep aligned with Lambda runtime as configured via Terraform.
### Changes:
1. Added ignore rule for `@types/node` in npm ecosystem to prevent
TypeScript type definitions from updating to incompatible major versions
2. Added ignore rule for `node` Docker image in `.ci/Dockerfile` updates
3. Added ignore rule for
`mcr.microsoft.com/vscode/devcontainers/typescript-node` in
`.devcontainer/Dockerfile` updates
All ignore rules are configured to block `version-update:semver-major`
updates only, allowing minor and patch updates to continue.
<!-- START COPILOT CODING AGENT SUFFIX -->
<details>
<summary>Original prompt</summary>
> Can you make a pr to avoid deprndabot is updating the major node
version since we would like to keep it the same as the runtime used for
lamda
</details>
<!-- START COPILOT CODING AGENT TIPS -->
---
💬 Share your feedback on Copilot coding agent for the chance to win a
$200 gift card! Click
[here](https://survey3.medallia.com/?EAHeSx-AP01bZqG0Ld9QLQ) to start
the survey.
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: npalm <[email protected]>
Co-authored-by: Niek Palm <[email protected]>
0 commit comments