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
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ updates:
day: "monday"
open-pull-requests-limit: 10
versioning-strategy: "increase"
cooldown:
default-days: 7
semver-major-days: 14
groups:
dependencies-minor:
dependency-type: "production"
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.node
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG IMAGE_TAG=24-alpine
ARG IMAGE_TAG=24.14.1-alpine3.22
FROM node:${IMAGE_TAG}

# Install pnpm
Expand Down
3 changes: 3 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ packages:
- "apps/*"
- "internal/*"
- "packages/*"

# Delay installing newly published versions to reduce risk of compromised packages
minimumReleaseAge: 10080
Loading