chore: update worker nodejs dependency automation#72
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repo’s Docker build inputs and adds scheduled automation to keep Dockerfile dependency pins current, alongside small documentation/context refreshes to support the automation and “Rabbit” workflows.
Changes:
- Bump Docker base image to
usabilitydynamics/udx-worker:0.46.0and updateNODE_VERSIONARG to24.18.0. - Add a scheduled “Docker dependency updater” workflow that probes upstream versions and opens a PR with Dockerfile-only changes.
- Refresh repo-context docs and update workflow checkouts to
actions/checkout@v7.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Documents where generated repo context and Rabbit-facing notes live. |
| docs/README.md | Adds durable-docs guidance and clarifies .rabbit/context.yaml as generated evidence. |
| Dockerfile | Updates pinned base image tag and Node.js version ARG. |
| ci/prompts/docker-dependency-output.md | Defines required changelog output format for the dependency updater. |
| ci/prompts/docker-dependency-nonapt.md | Rules for updating non-apt Dockerfile-owned dependencies (e.g., Node ARG). |
| ci/prompts/docker-dependency-guardrails.md | Guardrails for the automated dependency update task boundaries. |
| ci/prompts/docker-dependency-apt.md | Rules for updating apt pins using the probe report as authority. |
| .rabbit/README.md | Adds Rabbit-facing notes and instructions for refreshing generated context. |
| .rabbit/context.yaml | Adds generated repo context snapshot from dev.kit repo. |
| .github/workflows/tests.yml | Updates checkout action ref. |
| .github/workflows/docker-dependency-updater.yml | Adds scheduled automation to probe/update Dockerfile pins and open PRs. |
| .github/workflows/codeql.yml | Updates checkout action ref in CodeQL/linter jobs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
kavaribes
approved these changes
Jul 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the Worker Node.js image inputs and aligns repo docs with the current Worker runtime model.
usabilitydynamics/udx-worker:0.41.0->0.46.0NODE_VERSION:24.13.1->24.18.0actions/checkout:v6->v7COPILOT_GITHUB_TOKENis configuredworker-deploymentCLI quick-start pathworker.yamlas the Worker runtime config contractNotes
Validation
make test