diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2c1cf1b..642a47e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: @@ -38,7 +38,7 @@ updates: - package-ecosystem: "nix" directory: "/" schedule: - interval: "monthly" + interval: "weekly" groups: nix: patterns: diff --git a/CLAUDE.md b/CLAUDE.md index 24e8624..baded1d 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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