stores version numbers of common mise plugins
This repository tracks tool updates through git history analysis. The chart below shows the daily number of tool updates over the last 30 days.
Timeline showing the number of tools updated each day over the last 30 days
The scheduled Worker records GitHub core-rate-limit snapshots every 15 minutes,
and the authenticated /admin dashboard displays them. It shows aggregate
quota headroom, quota burn per hour, token checkout rate, estimated time until
the 1,000-request-per-token reserve, and the latest headroom for each pool token.
Each run checks at most 45 tokens to stay within the Workers Free-plan external subrequest limit while leaving room for alerts. Larger pools rotate through batches and are shown as incomplete rather than being classified as critical.
The monitor warns when only one token is available, a token cannot be checked, a token falls below reserve, less than 35% of aggregate quota remains, or the pool is within six hours of reserve. It becomes critical at zero available tokens, 15% aggregate quota, or two hours to reserve.
Alerts use Resend. TOKEN_ALERT_TO and TOKEN_ALERT_FROM are non-secret Worker
variables in wrangler.jsonc; configure RESEND_API_KEY as a Worker secret:
aube exec wrangler secret put RESEND_API_KEYAlerts are sent on warning/critical transitions, repeated after 12 hours while
unhealthy, and followed by a recovery notification. The deploy workflow syncs
the existing GitHub Actions RESEND_API_KEY secret into the Worker.
