From c55a3ba06edf8361c0124f070c953c989abb5e9b Mon Sep 17 00:00:00 2001 From: Andy Rae <1127507+AndyRae@users.noreply.github.com> Date: Tue, 11 Aug 2026 10:52:19 +0100 Subject: [PATCH] chore: update dependabot --- .github/dependabot.yml | 8 ++++++-- pyproject.toml | 3 +++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index beed2a0..e75740e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,8 +3,10 @@ updates: - package-ecosystem: "uv" directory: "/" schedule: - interval: "weekly" + interval: "monthly" day: "monday" + cooldown: + default-days: 7 commit-message: prefix: "fix(dependencies): " groups: @@ -22,8 +24,10 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" day: "monday" + cooldown: + default-days: 7 commit-message: prefix: "chore(dependencies): " groups: diff --git a/pyproject.toml b/pyproject.toml index 274b103..5b94895 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,9 @@ packages = ["src/nuh_data"] [tool.hatch.version] source = "vcs" +[tool.uv] +exclude-newer = "7 days" + [dependency-groups] dev = [ "linkml>=1.11.1",