From 6be5e732b50ed4e11ce76504854083f421464c61 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Mon, 25 May 2026 22:49:53 +1000 Subject: [PATCH 1/2] Add dependabot configuration for uv package ecosystem --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0b5ee02a..cba0924d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -32,3 +32,14 @@ updates: - "*" cooldown: default-days: 7 + + - package-ecosystem: "uv" + directory: "/" + schedule: + interval: "weekly" + groups: + uv-hooks: + patterns: + - "*" + cooldown: + default-days: 7 From ec926b5ca4ebab4fab6d72cc60fe2159a1b22bb6 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Mon, 25 May 2026 22:53:23 +1000 Subject: [PATCH 2/2] Update .github/dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cba0924d..fea50ea0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -38,7 +38,7 @@ updates: schedule: interval: "weekly" groups: - uv-hooks: + uv-dependencies: patterns: - "*" cooldown: