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
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# bypass the cooldown. It only gates Dependabot-driven updates, not a manual
# `bun update`.
#
# Nix flake inputs are updated monthly by Dependabot.
# Nix flake inputs are updated weekly by Dependabot.

version: 2
updates:
Expand Down Expand Up @@ -38,7 +38,7 @@ updates:
- package-ecosystem: "nix"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
groups:
nix:
patterns:
Expand Down
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ just fix # Auto-fix code formatting/lint issues

The Bun version in nixpkgs must match `packageManager` in `package.json`
and the base image in `Dockerfile`. CI reads its version from `package.json`
and evaluates the flake assertions to catch drift. When a monthly Dependabot
and evaluates the flake assertions to catch drift. When a weekly Dependabot
Nix update changes Bun, update the other two pins in the same PR.

### Key Components
Expand Down
Loading