Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,18 @@
packageRules: [
{matchFileNames: ['.github/workflows/**'], semanticCommitType: 'ci'},
{matchDatasources: ['docker'], semanticCommitType: 'build'},
{
// versioning: node + versionCompatibility split "24.16.0-alpine" into
// version=24.16.0 / compatibility=-alpine so Renovate compares Node semver
// and rebuilds the tag on upgrades. sourceUrl inlines release-note
// summaries from nodejs/node into the PR body.
matchDatasources: ['docker'],
matchPackageNames: ['/(?:^|/)node$/'],
versioning: 'node',
versionCompatibility: '^(?<version>[^-]+)(?<compatibility>-.*)?$',
sourceUrl: 'https://github.com/nodejs/node',
commitMessageTopic: 'Node.js',
},
{
matchPackageNames: [
'@bfra.me/tsconfig',
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
secrets:
APPLICATION_ID: ${{ secrets.APPLICATION_ID }}
APPLICATION_PRIVATE_KEY: ${{ secrets.APPLICATION_PRIVATE_KEY }}
uses: bfra-me/.github/.github/workflows/renovate.yaml@f055576cb64541acf07ebc38b12020bcda35d7e5 # v4.16.18
uses: bfra-me/.github/.github/workflows/renovate.yaml@165ed192e9969365ec079b36e3f42a443bb75647 # v4.16.21
with:
log-level: ${{ inputs.log-level || 'debug' }}
print-config: ${{ inputs.print-config || false }}
2 changes: 1 addition & 1 deletion .github/workflows/update-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
secrets:
APPLICATION_ID: ${{ secrets.APPLICATION_ID }}
APPLICATION_PRIVATE_KEY: ${{ secrets.APPLICATION_PRIVATE_KEY }}
uses: bfra-me/.github/.github/workflows/update-repo-settings.yaml@f055576cb64541acf07ebc38b12020bcda35d7e5 # v4.16.18
uses: bfra-me/.github/.github/workflows/update-repo-settings.yaml@165ed192e9969365ec079b36e3f42a443bb75647 # v4.16.21
2 changes: 1 addition & 1 deletion apps/workspace-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@hono/node-server": "1.19.14",
"hono": "4.12.22"
"hono": "4.12.23"
},
"devDependencies": {
"vitest": "4.1.6"
Expand Down
4 changes: 2 additions & 2 deletions deploy/gateway.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1@sha256:87999aa3d42bdc6bea60565083ee17e86d1f3339802f543c0d03998580f9cb89

# ── Stage 1: build ────────────────────────────────────────────────────────────
FROM node:24-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f AS build
FROM node:24.16.0-alpine@sha256:2bdb65ed1dab192432bc31c95f94155ca5ad7fc1392fb7eb7526ab682fa5bf14 AS build

WORKDIR /workspace

Expand All @@ -25,7 +25,7 @@ RUN pnpm --filter @fro-bot/runtime build
RUN pnpm --filter @fro-bot/gateway build

# ── Stage 2: runtime ──────────────────────────────────────────────────────────
FROM node:24-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f AS runtime
FROM node:24.16.0-alpine@sha256:2bdb65ed1dab192432bc31c95f94155ca5ad7fc1392fb7eb7526ab682fa5bf14 AS runtime

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion deploy/workspace.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
# - mitmproxy CA injected into /usr/local/share/ca-certificates/mitmproxy.crt
# followed by update-ca-certificates so all outbound TLS goes through the proxy

FROM node:24-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f
FROM node:24.16.0-alpine@sha256:2bdb65ed1dab192432bc31c95f94155ca5ad7fc1392fb7eb7526ab682fa5bf14

CMD ["sh", "-c", "echo 'workspace placeholder — Unit 7 will replace this'; sleep infinity"]
2 changes: 1 addition & 1 deletion dist/artifact-X8n9-E0a.js → dist/artifact-CDFQ0peL.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/licenses.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/post.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading