Renovate · JSON Structure

Renovate Config Structure

Structural documentation for renovate.json configuration file

Type: object Properties: 0
AutomationCI/CDConfigurationDependency ManagementOpen-SourceDevOps

Renovate Config Structure is a JSON Structure definition published by Renovate.

Meta-schema:

JSON Structure

renovate-config-structure.json Raw ↑
{
  "title": "Renovate Configuration Structure",
  "description": "Structural documentation for renovate.json configuration file",
  "type": "object",
  "structure": {
    "$schema": {
      "type": "string",
      "description": "JSON Schema URL for IDE validation and autocomplete",
      "example": "https://docs.renovatebot.com/renovate-schema.json"
    },
    "extends": {
      "type": "array",
      "description": "Shared preset configurations to inherit (e.g., config:recommended)",
      "example": ["config:recommended"]
    },
    "enabled": {
      "type": "boolean",
      "description": "Master switch to enable or disable Renovate for this repo",
      "example": true
    },
    "timezone": {
      "type": "string",
      "description": "IANA timezone used for schedule evaluation",
      "example": "America/Chicago"
    },
    "schedule": {
      "type": "array",
      "description": "When Renovate is allowed to run (cron or natural language)",
      "example": ["before 6am on weekdays"]
    },
    "prConcurrentLimit": {
      "type": "integer",
      "description": "Maximum simultaneous open Renovate PRs",
      "example": 5
    },
    "automerge": {
      "type": "boolean",
      "description": "Auto-merge PRs that pass all required status checks",
      "example": false
    },
    "packageRules": {
      "type": "array",
      "description": "Array of match+action rules for specific packages",
      "items": {
        "properties": {
          "matchPackageNames": { "type": "array", "description": "Exact package names" },
          "matchPackagePatterns": { "type": "array", "description": "Regex patterns" },
          "matchUpdateTypes": { "type": "array", "description": "major/minor/patch" },
          "groupName": { "type": "string", "description": "Group packages into one PR" },
          "automerge": { "type": "boolean" },
          "enabled": { "type": "boolean" }
        }
      }
    },
    "ignoreDeps": {
      "type": "array",
      "description": "Dependencies to skip entirely",
      "example": ["some-legacy-package"]
    },
    "dependencyDashboard": {
      "type": "boolean",
      "description": "Create a GitHub issue listing all pending updates",
      "example": true
    },
    "lockFileMaintenance": {
      "type": "object",
      "description": "Schedule for periodic lock file refresh PRs",
      "example": { "enabled": true, "schedule": ["before 5am on Monday"] }
    },
    "vulnerabilityAlerts": {
      "type": "object",
      "description": "Configuration for security vulnerability PRs",
      "example": { "enabled": true, "labels": ["security"] }
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/renovate-config-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.