From 1e42e277ae03eddee35ba6206f6aa9dfb46a3ee3 Mon Sep 17 00:00:00 2001 From: Junya Morioka Date: Thu, 3 Sep 2026 07:29:46 +0900 Subject: [PATCH] ci: monitor template dependencies with Dependabot - Add pre-commit and uv updates for manifests under /template - Include pre-commit updates in generated project configuration --- .github/dependabot.yml | 8 ++++++++ template/.github/dependabot.yml | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace460..b615148 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,11 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "pre-commit" + directory: "/template" + schedule: + interval: "weekly" + - package-ecosystem: "uv" + directory: "/template" + schedule: + interval: "weekly" diff --git a/template/.github/dependabot.yml b/template/.github/dependabot.yml index c766b7e..b13b353 100644 --- a/template/.github/dependabot.yml +++ b/template/.github/dependabot.yml @@ -4,6 +4,10 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "pre-commit" + directory: "/" + schedule: + interval: "weekly" - package-ecosystem: "uv" directory: "/" schedule: