From 75aaad9e48dcfe824bcc94b1a6f0d1fb881d93dd Mon Sep 17 00:00:00 2001 From: Ben Miner Date: Mon, 20 Jul 2026 18:46:09 -0500 Subject: [PATCH 1/2] chore: pause Dependabot while work on this repo is paused Sets open-pull-requests-limit: 0 for npm and github-actions ecosystems so Dependabot stops opening new version-update PRs. Security vulnerability alerts have also been disabled via the repo settings (not file-based, so not part of this diff). --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7c1ded9..3e98f96 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,7 @@ updates: interval: "weekly" reviewers: - "scope3data/platform" + open-pull-requests-limit: 0 - package-ecosystem: "github-actions" directory: "/" @@ -13,3 +14,4 @@ updates: interval: "weekly" reviewers: - "scope3data/platform" + open-pull-requests-limit: 0 From 92aa3bb7a9952dd63d10c7cc87303766a50cc626 Mon Sep 17 00:00:00 2001 From: Ben Miner Date: Mon, 20 Jul 2026 18:59:22 -0500 Subject: [PATCH 2/2] chore: add empty changeset MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No package version bump needed — this PR only touches repo/CI config. --- .changeset/pause-dependabot.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .changeset/pause-dependabot.md diff --git a/.changeset/pause-dependabot.md b/.changeset/pause-dependabot.md new file mode 100644 index 0000000..a845151 --- /dev/null +++ b/.changeset/pause-dependabot.md @@ -0,0 +1,2 @@ +--- +---