Prechádzať zdrojové kódy

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.
Bryan Thompson 3 týždňov pred
rodič
commit
7d48aaa124
1 zmenil súbory, kde vykonal 9 pridanie a 1 odobranie
  1. 9 1
      .github/bump-tracking.json

+ 9 - 1
.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"
   ]
 }