Skip to content
Merged
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
41 changes: 41 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Grouped update PRs: ungrouped, Dependabot opens one per package and nobody
# reviews thirty of them.
#
# No Python stanza. Dependabot has no `uv` ecosystem, and its `pip` one reads
# only pip/pipenv/pip-compile/poetry files, so it would leave uv.lock stale and
# every `uv sync --frozen` build would fail. Python deps stay manual.
#
# Security-only would miss the routine bumps that keep an advisory from landing
# on a version too old to move, so these run on the full dependency set. Each PR
# goes through the same CI gate as any other.
version: 2
updates:
- package-ecosystem: npm
directory: /app
schedule:
interval: weekly
day: monday
time: '07:00'
open-pull-requests-limit: 5
groups:
# Runtime and build/test tooling move for different reasons and carry
# different risk, so they land as separate PRs.
production:
dependency-type: production
development:
dependency-type: development
commit-message:
prefix: chore

- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
day: monday
time: '07:00'
open-pull-requests-limit: 5
groups:
actions:
patterns: ['*']
commit-message:
prefix: chore
76 changes: 38 additions & 38 deletions app/package-lock.json

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

3 changes: 3 additions & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
"vite": "^8.0.8",
"vitest": "^4.1.4"
},
"overrides": {
"js-yaml": "4.3.1"
},
"dependencies": {
"@preact/signals": "^2.9.1",
"dompurify": "^3.4.14",
Expand Down