From 7d48aaa124cc87605a7be242641fa115c48c28f5 Mon Sep 17 00:00:00 2001 From: Bryan Thompson <238056179+bryan-anthropic@users.noreply.github.com> Date: Thu, 13 Aug 2026 14:41:49 -0500 Subject: [PATCH] bump tracking: enroll 8 constant-bumpers in releases-only (#4882) Enrolls the 8 highest-churn entries with published upstream releases in releases-only tracking (~50 bump PRs/30d between them, mostly repo churn that never touches the plugin). Entries whose latest release predates the current pin hold at the pin (forward-only) until the next release. --- .github/bump-tracking.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/bump-tracking.json b/.github/bump-tracking.json index 4624fa9a..b2d9d7e9 100644 --- a/.github/bump-tracking.json +++ b/.github/bump-tracking.json @@ -1,6 +1,14 @@ { "releases-only": [ + "carta-cap-table", + "carta-investors", + "chrome-devtools-mcp", "crowdstrike-falcon-foundry", - "crowdstrike-falcon-fusion" + "crowdstrike-falcon-fusion", + "datarobot-agent-skills", + "deepeval", + "hyperframes", + "mergify", + "remember" ] }