Renovate Merge Confidence

Merge Confidence is a Mend-operated data service that classifies each candidate update (Low / Neutral / High / Very High) using package age, adoption, test pass rates, and known vulnerabilities. Renovate consumes the Merge Confidence API to attach a confidence badge and reason to each PR and can drive `packageRules` to restrict automerge to High / Very High updates. The underlying API is publicly readable (no auth required for read) and lives under `developer.mend.io/api/mc/`.

Renovate Merge Confidence is one of 6 APIs that Renovate publishes on the APIs.io network.

Tagged areas include MergeConfidence, DependencyHealth, and Mend. The published artifact set on APIs.io includes API documentation.

API entry from apis.yml

apis.yml Raw ↑
aid: renovate-bot:renovate-merge-confidence
name: Renovate Merge Confidence
tags:
- MergeConfidence
- DependencyHealth
- Mend
humanURL: https://docs.renovatebot.com/merge-confidence/
properties:
- url: https://docs.renovatebot.com/merge-confidence/
  type: Documentation
- url: https://developer.mend.io/api/mc/
  type: API
description: Merge Confidence is a Mend-operated data service that classifies each candidate update (Low
  / Neutral / High / Very High) using package age, adoption, test pass rates, and known vulnerabilities.
  Renovate consumes the Merge Confidence API to attach a confidence badge and reason to each PR and can
  drive `packageRules` to restrict automerge to High / Very High updates. The underlying API is publicly
  readable (no auth required for read) and lives under `developer.mend.io/api/mc/`.