Ship: Renovate onboarding + dependency modernization batches 1–3 #221

Merged
bvandeusen merged 20 commits from dev into main 2026-07-11 23:16:33 -04:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 0cf3a02797 - Show all commits
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
lint:
runs-on: python-ci
container:
image: node:22-bookworm-slim
image: node:24-bookworm-slim
steps:
- uses: actions/checkout@v4
- name: Install web-ext
+1 -1
View File
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.25
FROM node:22-alpine AS frontend-builder
FROM node:24-alpine AS frontend-builder
WORKDIR /build
COPY frontend/package.json frontend/package-lock.json* ./
# No package-lock.json is tracked yet (we don't run npm locally per