Commit 43ffcce
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]>1 parent be9572a commit 43ffcce
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
54 | 58 | | |
55 | 59 | | |
56 | 60 | | |
| |||
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
64 | 72 | | |
65 | 73 | | |
66 | 74 | | |
| |||
71 | 79 | | |
72 | 80 | | |
73 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
74 | 86 | | |
75 | 87 | | |
76 | 88 | | |
| |||
0 commit comments