From ab6f464d8e3b987ac4bf5e42763efbfeb58321c6 Mon Sep 17 00:00:00 2001 From: MilesCranmerBot Date: Sun, 28 Jun 2026 12:53:22 +0000 Subject: [PATCH 1/2] chore: run Dependabot on release-v1 Co-authored-by: Miles Cranmer --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 289f2494d..c47c099b2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,3 +19,15 @@ updates: directory: "/docs" schedule: interval: "daily" + + - package-ecosystem: "pip" + directory: "/" + target-branch: "release-v1" + schedule: + interval: "daily" + + - package-ecosystem: "github-actions" + directory: "/" + target-branch: "release-v1" + schedule: + interval: "daily" From 03e61d0de07ae754b0901977a76a314e47949a95 Mon Sep 17 00:00:00 2001 From: MilesCranmerBot Date: Sun, 28 Jun 2026 13:16:31 +0000 Subject: [PATCH 2/2] chore: add npm/docs ecosystem to release-v1 dependabot config Co-authored-by: Miles Cranmer --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c47c099b2..d6cc6e9aa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -31,3 +31,9 @@ updates: target-branch: "release-v1" schedule: interval: "daily" + + - package-ecosystem: "npm" + directory: "/docs" + target-branch: "release-v1" + schedule: + interval: "daily"