From c826b5519c34fd5329ec5b1237ad12e30834f141 Mon Sep 17 00:00:00 2001 From: Luke Curley Date: Thu, 10 Sep 2026 12:11:16 -0700 Subject: [PATCH] Check Nix dependencies weekly Co-Authored-By: Codex --- .github/dependabot.yml | 4 ++-- CLAUDE.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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