Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save erkobridee/ade66b9becc17808df48cbbf54dfe0be to your computer and use it in GitHub Desktop.
Save erkobridee/ade66b9becc17808df48cbbf54dfe0be to your computer and use it in GitHub Desktop.

comparison between dependabot and renovatebot | Perplexity.ai ( 2025-06-27 )

comparison between dependabot and renovatebot

Here is a detailed, objective comparison between Dependabot and RenovateBot, focusing on their key features, strengths, and ideal use cases.

Feature Comparison Table

Feature RenovateBot Dependabot
Ecosystem Support 30+ package managers, Docker, Kubernetes, etc. 1 2 14 package managers 1
Platform Support GitHub, GitLab, Bitbucket, Azure, Gitea, etc. 3 1 GitHub only 3 1
Update Grouping Advanced, out-of-the-box for common frameworks 3 4 5 Manual grouping required 3 4
Monorepo Support Excellent, handles complex structures 1 5 Limited 1 5
Customization Extensive, granular control via config 6 1 5 Limited, basic configuration 1 7
Dependency Dashboard Yes, visual management 3 1 No 3 1
Scheduling Flexible (cron, time windows) 1 5 Basic (daily, weekly, etc.) 3 1
Automated Merging Configurable auto-merging 1 Limited auto-merging 1
License GNU AGPL 3 MIT 3
Built-in to GitHub No, requires app/self-hosting 3 1 Yes 3 1
Learning Curve Steeper due to options 1 5 Gentle, simpler 1 5
Shareable Config Presets Yes 6 No 6

Strengths and Weaknesses

Dependabot

  • Strengths:

    • Native GitHub integration, easy to enable and use 3 1 7.
    • Good for straightforward projects with fewer dependencies.
    • Supports multiple package managers (though fewer than Renovate).
    • Provides compatibility score badges and security alerts 3 7.
  • Weaknesses:

    • Limited customization and grouping options 3 1 5.
    • Not well-suited for monorepos or complex dependency graphs 1 5.
    • Requires manual configuration for grouping updates 3 4.
    • Only works on GitHub 3 1.

RenovateBot

  • Strengths:

    • Highly customizable and flexible 6 1 5.
    • Supports a wide range of package managers and platforms 1 2.
    • Handles monorepos and complex dependency structures well 1 5.
    • Advanced grouping and scheduling options 3 4 5.
    • Dependency dashboard for visual management 3 1.
    • Shareable configuration presets for team consistency 6.
  • Weaknesses:

    • Requires installation (app or self-hosting) on GitHub 3 1.
    • Steeper learning curve due to complexity and configuration options 1 5.
    • May require more initial setup for optimal use 6 5.

Ideal Use Cases

  • Choose Dependabot if:

    • You use GitHub exclusively.
    • Your projects are simple or have few dependencies.
    • You want a built-in, low-maintenance solution 3 1 7.
  • Choose RenovateBot if:

    • You need support for multiple Git platforms or complex workflows 3 1 7.
    • Your project uses monorepos or has complex dependency structures 1 5.
    • You require advanced customization, grouping, or scheduling 6 1 5.
    • You want a dependency dashboard or shareable configuration presets 3 6.

Summary

RenovateBot offers more flexibility, customization, and platform support, making it ideal for complex or multi-platform projects. Dependabot is best suited for simple, GitHub-based projects where ease of use and integration are priorities. Both tools are free and widely used, but the choice depends on your specific needs and workflow 1 7 8.

Footnotes

  1. https://www.turbostarter.dev/blog/renovate-vs-dependabot-whats-the-best-tool-to-automate-your-dependency-updates 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33

  2. https://blog.frankel.ch/renovate-alternative-dependabot/ 2

  3. https://docs.renovatebot.com/bot-comparison/ 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22

  4. https://www.reddit.com/r/golang/comments/14km58c/dependabot_vs_renovatebot/ 2 3 4

  5. https://dev.to/alex_aslam/renovate-vs-dependabot-which-bot-will-rule-your-monorepo-4431 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

  6. https://www.jvt.me/posts/2024/04/12/use-renovate/ 2 3 4 5 6 7 8

  7. https://toxigon.com/dependabot-vs-renovate 2 3 4 5 6

  8. https://www.youtube.com/watch?v=vf2gg2ow8z0

where the github app renovate executes? | Perplexity.ai

where the github app renovate executes?

The Mend Renovate GitHub App executes on infrastructure managed by Mend (formerly WhiteSource), not on your own servers or GitHub Actions runners 1 2 3. When you install the Renovate app from the GitHub Marketplace, Mend takes care of authentication, token security, and running the bot, scanning your repositories for outdated dependencies and opening pull requests as needed 4 1 5.

Key points:

  • Hosted execution: The Renovate GitHub App runs on Mend’s own servers, acting as a managed service 1 2 3.

  • Self-hosted option: If you prefer control, you can run Renovate yourself as a self-hosted GitHub App or via the Renovate GitHub Action, which executes within your GitHub Actions workflows or on your own infrastructure 4 6 2.

  • No access to your codebase: The hosted app does not require direct access to your codebase; it interacts via GitHub’s API and only sees what its permissions allow 1 7.

Summary table:

Option Where it executes Who manages execution Example use case
Mend Renovate GitHub App Mend’s infrastructure Mend Easiest setup, no maintenance
Self-hosted Renovate (GitHub App) Your own infrastructure You Full control, advanced setups
Renovate GitHub Action 8 GitHub Actions runners You Custom workflows, CI pipelines

For most users on GitHub Cloud, the easiest and recommended way is to use the hosted Mend Renovate App 4 1 5.

Footnotes

  1. https://docs.mend.io/wsk/renovate-github-app 2 3 4 5

  2. https://www.reddit.com/r/devops/comments/16mraqr/renovate_app_vs_github_action/ 2 3

  3. https://dille.name/blog/2022/08/08/renovate-all-the-things/ 2

  4. https://docs.renovatebot.com/modules/platform/github/ 2 3

  5. https://www.mend.io/blog/renovating-with-renovate/ 2

  6. https://github.com/renovatebot/github-action

  7. https://docs.renovatebot.com/getting-started/installing-onboarding/

  8. https://github.com/marketplace/actions/renovate-bot-github-action

References

Comparison

Renovate

Projects using Renovate

Renovate Docs

Posts related to Renovate

Dependabot

Posts related to Dependabot

Display the source blob
Display the rendered blob
Raw
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1360.513202652972 1327.140292779984" width="1360.513202652972" height="1327.140292779984" class="excalidraw-svg"><!-- svg-source:excalidraw --><metadata></metadata><defs><style class="style-fonts">
@font-face { font-family: Excalifont; src: url(data:font/woff2;base64,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); }</style></defs><rect x="0" y="0" width="1360.513202652972" height="1327.140292779984" fill="#ffffff"></rect><g stroke-linecap="round" transform="translate(364.9145202406294 79.84156280662594) rotate(0 84.5 43.25000000000001)"><path d="M21.63 0 C70.01 0.02, 119.51 1.35, 147.38 0 M21.63 0 C54.27 -0.66, 86.98 -0.6, 147.38 0 M147.38 0 C160.96 0.39, 168.04 8.45, 169 21.63 M147.38 0 C161.48 0.17, 167.63 5.06, 169 21.63 M169 21.63 C168.13 30.17, 168.8 40.93, 169 64.88 M169 21.63 C168.32 31.53, 169.28 41.67, 169 64.88 M169 64.88 C167.04 80.7, 161.06 85.18, 147.38 86.5 M169 64.88 C168.83 80.11, 163.43 84.86, 147.38 86.5 M147.38 86.5 C111.5 88.68, 78.89 88.08, 21.63 86.5 M147.38 86.5 C103.21 85.59, 58.23 85.28, 21.63 86.5 M21.63 86.5 C8.94 87.69, 1.28 79.09, 0 64.88 M21.63 86.5 C9.29 87.43, 1.71 79.13, 0 64.88 M0 64.88 C1.5 52.41, 1.31 39.87, 0 21.63 M0 64.88 C1.06 47.84, -0.26 31.89, 0 21.63 M0 21.63 C0.05 8.49, 6.36 1.2, 21.63 0 M0 21.63 C-1.39 5.22, 7.33 1.46, 21.63 0" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(423.39046475967234 129.57984405662594) rotate(0 26.02405548095703 10)"><text x="0" y="14.096" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="16px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">GitHub</text></g><g transform="translate(391.35457608779734 100.07984405662594) rotate(0 58.05994415283203 12.5)"><text x="0" y="17.619999999999997" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">Dependabot</text></g><g stroke-linecap="round" transform="translate(604.745806783777 79.84156280662594) rotate(0 84.5 43.25000000000001)"><path d="M21.63 0 C64.23 0.96, 104.66 -0.53, 147.38 0 M21.63 0 C60.87 1.14, 99.74 1.17, 147.38 0 M147.38 0 C161.67 1.57, 168.32 8.61, 169 21.63 M147.38 0 C162.87 -0.56, 167.61 7.04, 169 21.63 M169 21.63 C170.62 37.55, 166.94 50.24, 169 64.88 M169 21.63 C168.36 33.36, 168.83 47.4, 169 64.88 M169 64.88 C168.28 78, 162.29 86.07, 147.38 86.5 M169 64.88 C168.19 79.61, 160.02 85.85, 147.38 86.5 M147.38 86.5 C119.9 86.05, 90.29 84.99, 21.63 86.5 M147.38 86.5 C111.41 87.11, 74.42 86.77, 21.63 86.5 M21.63 86.5 C6 85.78, 1.27 77.85, 0 64.88 M21.63 86.5 C9.37 87.13, -1.45 80.37, 0 64.88 M0 64.88 C1.61 48.42, -0.88 33.58, 0 21.63 M0 64.88 C-0.31 52.65, 0.65 41.52, 0 21.63 M0 21.63 C-0.21 7.36, 6.03 1.58, 21.63 0 M0 21.63 C-0.14 5.71, 8.35 0.83, 21.63 0" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(663.2217513028199 129.57984405662594) rotate(0 28.416053771972653 10)"><text x="0" y="14.096" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="16px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">Mend.io</text></g><g transform="translate(631.1858626309449 100.07984405662594) rotate(0 62.67992401123047 12.5)"><text x="0" y="17.619999999999997" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">Renovatebot</text></g><g stroke-linecap="round"><g transform="translate(569.3415042586557 10.23276964314283) rotate(0 0 653.6899723432371)"><path d="M0.45 -0.23 C0.43 217.43, 0.76 1088.79, 0.78 1306.91" stroke="#1e1e1e" stroke-width="1" fill="none" stroke-dasharray="8 8.5"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(356.8914508155008 244.4495531674264) rotate(0 88.5115347125643 28.213051689629893)"><path d="M14.11 0 C44.14 -1.94, 79.85 2.34, 162.92 0 C173.18 3.26, 177.74 4.39, 177.02 14.11 C180.12 23.76, 180.66 34.19, 177.02 42.32 C180.33 50.34, 169.33 58.72, 162.92 56.43 C122.3 56.88, 83.67 52.87, 14.11 56.43 C2.86 59.22, 0.69 55.19, 0 42.32 C-1.52 34.86, 1.21 19.82, 0 14.11 C-2.83 8.01, 4.06 -2.63, 14.11 0" stroke="none" stroke-width="0" fill="#b2f2bb"></path><path d="M14.11 0 C45.71 -0.87, 76.01 -1.13, 162.92 0 M14.11 0 C62.7 0.11, 112.81 1.44, 162.92 0 M162.92 0 C173.68 0.65, 176.92 5.87, 177.02 14.11 M162.92 0 C172.58 -0.18, 174.84 5.6, 177.02 14.11 M177.02 14.11 C175.36 19.97, 175.78 28.33, 177.02 42.32 M177.02 14.11 C177.63 24.44, 176.91 34.98, 177.02 42.32 M177.02 42.32 C178.09 52.11, 172.55 55.17, 162.92 56.43 M177.02 42.32 C175.23 52.89, 172.36 57.33, 162.92 56.43 M162.92 56.43 C113.29 57.5, 64.39 55.56, 14.11 56.43 M162.92 56.43 C130.34 55.63, 99.44 56.83, 14.11 56.43 M14.11 56.43 C3.04 54.48, 0.65 52.58, 0 42.32 M14.11 56.43 C4.56 54.96, 1.6 53.26, 0 42.32 M0 42.32 C-1.18 30.6, -0.43 20.47, 0 14.11 M0 42.32 C-0.67 32.94, -0.27 22.94, 0 14.11 M0 14.11 C-1.19 3.79, 4.3 -0.52, 14.11 0 M0 14.11 C-1.62 6.66, 5.41 0.08, 14.11 0" stroke="#1e1e1e" stroke-width="0.5" fill="none"></path></g><g transform="translate(375.65883727367054 262.6626048570563) rotate(0 69.74414825439453 10)"><text x="69.74414825439453" y="14.096" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="16px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">Built-in to GitHub</text></g><g stroke-linecap="round" transform="translate(604.745806783777 247.21553862719406) rotate(0 106.54517893499462 28.213051689629893)"><path d="M14.11 0 C59.85 -1.93, 101.82 -0.77, 198.98 0 M14.11 0 C68.24 -1.21, 122.08 -2.27, 198.98 0 M198.98 0 C207.84 0.47, 212.65 5.52, 213.09 14.11 M198.98 0 C210.08 -1.18, 215.11 5.2, 213.09 14.11 M213.09 14.11 C213.45 26.37, 211.65 36.12, 213.09 42.32 M213.09 14.11 C212.92 22.03, 213.64 29.29, 213.09 42.32 M213.09 42.32 C212.15 50.74, 209.24 55.38, 198.98 56.43 M213.09 42.32 C211.72 51.04, 207.19 57.01, 198.98 56.43 M198.98 56.43 C130.83 57.33, 64.28 58.3, 14.11 56.43 M198.98 56.43 C150.97 57.19, 102.74 57.06, 14.11 56.43 M14.11 56.43 C5.41 57.79, -1.09 51.7, 0 42.32 M14.11 56.43 C6.87 55.97, 1.76 53.53, 0 42.32 M0 42.32 C-2 35.36, -1.46 29.92, 0 14.11 M0 42.32 C-0.41 31.62, -0.71 20.69, 0 14.11 M0 14.11 C1.61 3.64, 6.33 1.99, 14.11 0 M0 14.11 C0.06 3.01, 6 -0.4, 14.11 0" stroke="#1e1e1e" stroke-width="0.5" fill="none"></path></g><g transform="translate(625.7148062143771 265.42859031682394) rotate(0 85.57617950439453 10)"><text x="85.57617950439453" y="14.096" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="16px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">Not built-in to GitHub</text></g><g stroke-linecap="round" transform="translate(686.6079470063507 406.53630110980987) rotate(0 88.5115347125643 28.213051689629893)"><path d="M14.11 0 C50.16 -0.19, 86.13 0.29, 162.92 0 M14.11 0 C61.58 -0.59, 109.02 -0.72, 162.92 0 M162.92 0 C172.66 1.78, 175.09 5.76, 177.02 14.11 M162.92 0 C173.99 1.99, 176.65 6.36, 177.02 14.11 M177.02 14.11 C177.53 22.35, 175.86 29.36, 177.02 42.32 M177.02 14.11 C178.12 23.05, 177.71 31.05, 177.02 42.32 M177.02 42.32 C177.49 49.96, 172.32 58.23, 162.92 56.43 M177.02 42.32 C177.92 50.66, 174.5 55.48, 162.92 56.43 M162.92 56.43 C121.04 55.03, 82.55 57.94, 14.11 56.43 M162.92 56.43 C103.18 55.88, 45.49 55.24, 14.11 56.43 M14.11 56.43 C3.03 56.61, -0.63 51.23, 0 42.32 M14.11 56.43 C3.34 56.13, 0.21 51.72, 0 42.32 M0 42.32 C0.25 32.42, 1.23 19.22, 0 14.11 M0 42.32 C0.77 36.82, -0.89 30.97, 0 14.11 M0 14.11 C-1.44 5.37, 5.46 -0.57, 14.11 0 M0 14.11 C-2.02 2.46, 4.17 -2.25, 14.11 0" stroke="#1e1e1e" stroke-width="0.5" fill="none"></path></g><g transform="translate(731.8953987721377 424.74935279943975) rotate(0 43.224082946777344 10)"><text x="43.224082946777344" y="14.096" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="16px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">GitHub App</text></g><g stroke-linecap="round" transform="translate(686.6079470063507 326.87591986850197) rotate(0 88.5115347125643 28.213051689629893)"><path d="M14.11 0 C54.54 2.78, 95.04 4.15, 162.92 0 C168.92 -0.67, 173.51 4.3, 177.02 14.11 C176.41 23.1, 174.01 26.29, 177.02 42.32 C174.73 53.74, 171.49 58.55, 162.92 56.43 C111.52 56.69, 61.94 54.82, 14.11 56.43 C6.48 59.26, -1.54 51.84, 0 42.32 C-2.42 37.46, -0.48 24.94, 0 14.11 C2.63 2.51, 5.8 0.12, 14.11 0" stroke="none" stroke-width="0" fill="#b2f2bb"></path><path d="M14.11 0 C45.44 -0.22, 80.33 -0.06, 162.92 0 M14.11 0 C57.98 0.56, 100.05 1.06, 162.92 0 M162.92 0 C172.08 -2, 176.94 6.6, 177.02 14.11 M162.92 0 C173.17 1.17, 176.97 3.91, 177.02 14.11 M177.02 14.11 C178.08 22.2, 175.98 25.44, 177.02 42.32 M177.02 14.11 C177.1 24.84, 177.15 35.61, 177.02 42.32 M177.02 42.32 C177.55 51.33, 171.86 56.61, 162.92 56.43 M177.02 42.32 C178.9 50, 172.59 55.17, 162.92 56.43 M162.92 56.43 C106.61 56.47, 52.87 54.34, 14.11 56.43 M162.92 56.43 C108.81 57.33, 55.9 57.34, 14.11 56.43 M14.11 56.43 C3.16 56.23, -0.59 50.13, 0 42.32 M14.11 56.43 C5.67 54.51, 0.37 50.4, 0 42.32 M0 42.32 C1.07 35.23, -0.8 26.17, 0 14.11 M0 42.32 C0.62 35.46, -0.14 29.83, 0 14.11 M0 14.11 C-0.1 6.48, 5.49 -1.8, 14.11 0 M0 14.11 C1.55 3.25, 6.71 -2.09, 14.11 0" stroke="#1e1e1e" stroke-width="0.5" fill="none"></path></g><g transform="translate(721.071370757001 345.08897155813185) rotate(0 54.04811096191406 10)"><text x="54.04811096191406" y="14.096" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="16px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">GitHub Action</text></g><g stroke-linecap="round" transform="translate(764.6087369717984 486.1966823511177) rotate(0 110.08622129875175 28.213051689629893)"><path d="M14.11 0 C51.7 -3.38, 95.88 -5.52, 206.07 0 C216.13 -2.17, 221.86 5.59, 220.17 14.11 C220.96 21.34, 221.98 24.74, 220.17 42.32 C223.44 49.42, 212.72 54.48, 206.07 56.43 C147.05 60.11, 88.85 58, 14.11 56.43 C3.78 58.14, 0.3 54.2, 0 42.32 C1.32 28.26, -2.82 16.9, 0 14.11 C-2.73 7.79, 6.08 -3, 14.11 0" stroke="none" stroke-width="0" fill="#ffec99"></path><path d="M14.11 0 C65.17 -0.5, 119.2 0.36, 206.07 0 M14.11 0 C82.2 -1.88, 152.62 -0.57, 206.07 0 M206.07 0 C216.79 0.61, 220.58 4.91, 220.17 14.11 M206.07 0 C217.59 2.09, 219.82 3.01, 220.17 14.11 M220.17 14.11 C220.39 22.82, 221.43 30.65, 220.17 42.32 M220.17 14.11 C219.46 24.84, 220.71 35.25, 220.17 42.32 M220.17 42.32 C221.47 52.21, 217.06 58.33, 206.07 56.43 M220.17 42.32 C221.81 53.52, 217.28 58.67, 206.07 56.43 M206.07 56.43 C145.52 55.41, 79.82 55.46, 14.11 56.43 M206.07 56.43 C161.05 58.45, 114.27 57.92, 14.11 56.43 M14.11 56.43 C4.97 55.39, 0.45 53.17, 0 42.32 M14.11 56.43 C6.25 54.66, -1.28 52.24, 0 42.32 M0 42.32 C-1.32 30.3, 0.32 21.49, 0 14.11 M0 42.32 C-0.14 31.28, -0.03 19.22, 0 14.11 M0 14.11 C-0.9 5.88, 4.46 -0.58, 14.11 0 M0 14.11 C1.27 3.23, 5.46 -2.28, 14.11 0" stroke="#1e1e1e" stroke-width="0.5" fill="none"></path></g><g transform="translate(778.278782428265 504.4097340407476) rotate(0 96.41617584228516 10)"><text x="96.41617584228516" y="14.096" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="16px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">Mend.io Infra ( default )</text></g><g stroke-linecap="round" transform="translate(760.7363573281236 565.8570635924256) rotate(0 113.95860094242653 28.21305168962988)"><path d="M14.11 0 C71.18 5.9, 132.6 5.2, 213.81 0 C223.29 0.2, 229.11 1.95, 227.92 14.11 C228.61 24.84, 226.85 32.28, 227.92 42.32 C230.26 48.62, 225.68 53.92, 213.81 56.43 C142.72 58.1, 68.58 60.41, 14.11 56.43 C2.85 56.06, -2.17 50.31, 0 42.32 C1.83 32.82, -0.8 26.73, 0 14.11 C-2.46 1.2, 6.76 -3.42, 14.11 0" stroke="none" stroke-width="0" fill="#b2f2bb"></path><path d="M14.11 0 C82.85 2.48, 154.91 0.16, 213.81 0 M14.11 0 C73.12 0.01, 132 1.2, 213.81 0 M213.81 0 C225.09 -0.59, 227.74 5.58, 227.92 14.11 M213.81 0 C224.77 -0.47, 229.01 6.38, 227.92 14.11 M227.92 14.11 C229.95 24.89, 229.46 33.54, 227.92 42.32 M227.92 14.11 C227.8 22.19, 228.73 30.48, 227.92 42.32 M227.92 42.32 C228.23 49.77, 221.65 57.91, 213.81 56.43 M227.92 42.32 C227.07 51.11, 221.6 57.57, 213.81 56.43 M213.81 56.43 C136.07 53.76, 61.61 55.27, 14.11 56.43 M213.81 56.43 C157.18 54.1, 100.49 55.46, 14.11 56.43 M14.11 56.43 C3.99 56.51, -0.93 49.75, 0 42.32 M14.11 56.43 C2.42 56.35, 2.11 49.8, 0 42.32 M0 42.32 C1.23 32.24, -0.87 19.96, 0 14.11 M0 42.32 C0.55 36.33, 0.05 29.9, 0 14.11 M0 14.11 C-1.54 6.55, 5.92 -1.87, 14.11 0 M0 14.11 C1.35 3.24, 5.25 -2.18, 14.11 0" stroke="#1e1e1e" stroke-width="0.5" fill="none"></path></g><g transform="translate(772.3507657656673 584.0701152820554) rotate(0 102.34419250488281 10)"><text x="102.34419250488281" y="14.096" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="16px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">Self-hosted ( docker img )</text></g><g stroke-linecap="round"><g transform="translate(643.6575721564209 306.54377634789455) rotate(0 16.525927807306815 23.719400513165102)"><path d="M0 0 C-0.09 11.08, 0.15 21.73, 0 46.65 M0 0 C-0.22 12.06, 0.14 23.38, 0 46.65 M0 46.65 C7.72 47.07, 14.46 46.37, 33.05 47.44 M0 46.65 C8.26 47.04, 16.05 46.7, 33.05 47.44" stroke="#1e1e1e" stroke-width="0.5" fill="none"></path></g><g transform="translate(643.6575721564209 306.54377634789455) rotate(0 16.525927807306815 23.719400513165102)"><path d="M17.34 52.59 C20.76 51.76, 24.56 50.52, 33.05 47.44 M17.34 52.59 C21.28 51.58, 25.52 49.96, 33.05 47.44" stroke="#1e1e1e" stroke-width="0.5" fill="none"></path></g><g transform="translate(643.6575721564209 306.54377634789455) rotate(0 16.525927807306815 23.719400513165102)"><path d="M17.71 41.29 C21.07 43.06, 24.79 44.41, 33.05 47.44 M17.71 41.29 C21.51 43.11, 25.66 44.33, 33.05 47.44" stroke="#1e1e1e" stroke-width="0.5" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g transform="translate(630.1818082985561 311.0074822776015) rotate(0 24.585536661041974 62.435261751651325)"><path d="M0 0 C-0.66 33.58, 1.21 62.43, 0 122.64 M0 0 C0.58 29.2, -0.68 59.87, 0 122.64 M0 122.64 C16.91 124.99, 39.18 122.99, 49.17 124.87 M0 122.64 C13.02 122.61, 26 123.13, 49.17 124.87" stroke="#1e1e1e" stroke-width="0.5" fill="none"></path></g><g transform="translate(630.1818082985561 311.0074822776015) rotate(0 24.585536661041974 62.435261751651325)"><path d="M25.52 131.69 C30.31 131.8, 38.32 127.03, 49.17 124.87 M25.52 131.69 C32.18 129.67, 36.64 129.07, 49.17 124.87" stroke="#1e1e1e" stroke-width="0.5" fill="none"></path></g><g transform="translate(630.1818082985561 311.0074822776015) rotate(0 24.585536661041974 62.435261751651325)"><path d="M26.67 114.9 C31.25 119.36, 38.96 118.95, 49.17 124.87 M26.67 114.9 C33.01 116.93, 37.18 120.39, 49.17 124.87" stroke="#1e1e1e" stroke-width="0.5" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g transform="translate(738.6084736499824 474.57954342009367) rotate(0 11.063941839070537 22.68108077009461)"><path d="M0 0 C-0.56 13.81, 0.08 27.85, 0 45.36 M0 0 C0.36 15.8, -0.36 30.89, 0 45.36 M0 45.36 C8.01 44.78, 18.03 44.75, 22.13 45.36 M0 45.36 C7.95 45.34, 15.94 45.42, 22.13 45.36" stroke="#1e1e1e" stroke-width="0.5" fill="none"></path></g><g transform="translate(738.6084736499824 474.57954342009367) rotate(0 11.063941839070537 22.68108077009461)"><path d="M11.74 49.18 C14.71 47.96, 18.26 46.83, 22.13 45.36 M11.74 49.18 C15.47 47.97, 18.65 46.34, 22.13 45.36" stroke="#1e1e1e" stroke-width="0.5" fill="none"></path></g><g transform="translate(738.6084736499824 474.57954342009367) rotate(0 11.063941839070537 22.68108077009461)"><path d="M11.72 41.61 C14.67 42.73, 18.23 43.92, 22.13 45.36 M11.72 41.61 C15.47 43.02, 18.66 43.99, 22.13 45.36" stroke="#1e1e1e" stroke-width="0.5" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g transform="translate(722.0125608913767 471.2603608683725) rotate(0 16.489349492704065 63.62493442999923)"><path d="M0 0 C1.27 33.11, 1.2 66.78, 0 126.13 M0 126.13 C5.2 127.84, 14.5 127.22, 32.98 127.25" stroke="#1e1e1e" stroke-width="1" fill="none" stroke-dasharray="8 8.5"></path></g><g transform="translate(722.0125608913767 471.2603608683725) rotate(0 16.489349492704065 63.62493442999923)"><path d="M17.5 132.97 C23.17 131.52, 27.19 130.41, 32.98 127.25" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g><g transform="translate(722.0125608913767 471.2603608683725) rotate(0 16.489349492704065 63.62493442999923)"><path d="M17.45 121.68 C23.07 123.21, 27.11 125.06, 32.98 127.25" stroke="#1e1e1e" stroke-width="1" fill="none"></path></g></g><mask></mask><g transform="translate(881.3333233739925 338.493058799526) rotate(0 133.82424926757812 20)"><text x="0" y="14.096" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="16px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">Needs to setup the GitHub Action</text><text x="0" y="34.096000000000004" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="16px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">setup/config</text></g><g transform="translate(1011.0191570381787 481.21790852353604) rotate(0 113.84021759033203 30)"><text x="0" y="14.096" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="16px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">Needs:</text><text x="0" y="34.096000000000004" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="16px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">- Install the GitHub App</text><text x="0" y="54.096000000000004" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="16px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">- mininum renovate.json setup</text></g><g transform="translate(1011.0191570381787 569.6020862015909) rotate(0 114.93621826171875 50)"><text x="0" y="14.096" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="16px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">Needs:</text><text x="0" y="34.096000000000004" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="16px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">- Server setup</text><text x="0" y="54.096000000000004" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="16px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">- GitHub App setup</text><text x="0" y="74.096" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="16px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">- Install the GitHub App</text><text x="0" y="94.096" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="16px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">- minimum renovate.json setup</text></g><g stroke-linecap="round"><g transform="translate(11.753980047557434 219.19983896341125) rotate(0 669.7039695329778 0)"><path d="M0.52 0.33 C223.63 0.59, 1115.43 1.18, 1338.76 1.01" stroke="#1e1e1e" stroke-width="1" fill="none" stroke-dasharray="8 8.5"></path></g></g><mask></mask><g stroke-linecap="round"><g transform="translate(11.35226242050885 693.9467168763581) rotate(0 669.7039695329778 0)"><path d="M0.92 -0.36 C224.07 -0.38, 1115.22 -1.2, 1338.21 -0.97" stroke="#1e1e1e" stroke-width="1" fill="none" stroke-dasharray="8 8.5"></path></g></g><mask></mask><g transform="translate(15.386395611364833 229.7334831858414) rotate(0 39.158164978027344 17.5)"><text x="0" y="24.668" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="28px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">Setup</text></g><g transform="translate(17.5018901464407 705.0024549894191) rotate(0 95.91439819335938 17.5)"><text x="0" y="24.668" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="28px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">Customization</text></g><g stroke-linecap="round" transform="translate(338.8232781979749 733.9784104036928) rotate(0 97.54562102132724 28.689888535684474)"><path d="M14.34 0 C70.68 0.46, 127.38 2.06, 180.75 0 M14.34 0 C64.8 0.72, 115.03 1.75, 180.75 0 M180.75 0 C191.86 -0.89, 194.84 4.55, 195.09 14.34 M180.75 0 C191.24 0.31, 195.45 6.21, 195.09 14.34 M195.09 14.34 C197.08 23.3, 194.3 29.09, 195.09 43.03 M195.09 14.34 C194.96 26.29, 194.03 36.17, 195.09 43.03 M195.09 43.03 C194.87 52.87, 191.01 58.11, 180.75 57.38 M195.09 43.03 C194.08 51.16, 189.25 58.43, 180.75 57.38 M180.75 57.38 C135.35 56.28, 91 56.07, 14.34 57.38 M180.75 57.38 C145.69 56.16, 109.86 56.7, 14.34 57.38 M14.34 57.38 C4.89 59.37, -0.11 54.03, 0 43.03 M14.34 57.38 C4.27 57.25, 0.17 50.69, 0 43.03 M0 43.03 C0.87 31.86, -1.47 21.43, 0 14.34 M0 43.03 C0.47 32.7, -1.08 23.29, 0 14.34 M0 14.34 C-1.76 5.76, 3.8 1.75, 14.34 0 M0 14.34 C2.28 6.54, 4.48 -2.12, 14.34 0" stroke="#1e1e1e" stroke-width="0.5" fill="none"></path></g><g transform="translate(402.47893797662636 750.1682989393773) rotate(0 33.88996124267578 12.5)"><text x="33.88996124267578" y="17.619999999999997" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">Limited</text></g><g stroke-linecap="round" transform="translate(604.745806783777 733.9784104036928) rotate(0 97.54562102132724 28.689888535684474)"><path d="M14.34 0 C76.35 -1.56, 139.22 0.65, 180.75 0 M14.34 0 C76.75 0.22, 141.12 1.28, 180.75 0 M180.75 0 C189.01 1.24, 194.93 2.92, 195.09 14.34 M180.75 0 C192.05 -2.03, 196.21 3.65, 195.09 14.34 M195.09 14.34 C195.12 23.62, 196.42 38.09, 195.09 43.03 M195.09 14.34 C196 24.81, 194.32 37.74, 195.09 43.03 M195.09 43.03 C194.04 52.41, 188.59 58.13, 180.75 57.38 M195.09 43.03 C196.89 52.7, 191.92 55.16, 180.75 57.38 M180.75 57.38 C113.11 59.38, 46.74 59.73, 14.34 57.38 M180.75 57.38 C133.92 57.49, 87.74 56.11, 14.34 57.38 M14.34 57.38 C3.6 56.38, 1.93 51.99, 0 43.03 M14.34 57.38 C3.96 58.02, -0.87 52.65, 0 43.03 M0 43.03 C-1.78 32.13, 1.42 24.67, 0 14.34 M0 43.03 C0.33 34.53, -0.53 25.62, 0 14.34 M0 14.34 C1.33 6.28, 4.13 -1.44, 14.34 0 M0 14.34 C-0.51 4.92, 5.41 1.86, 14.34 0" stroke="#1e1e1e" stroke-width="0.5" fill="none"></path></g><g transform="translate(654.6614839574479 750.1682989393773) rotate(0 47.62994384765625 12.5)"><text x="47.62994384765625" y="17.619999999999997" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">Extensive</text></g><g stroke-linecap="round"><g transform="translate(9.787347299978137 834.4114673198568) rotate(0 669.7039695329778 0)"><path d="M0.21 0.16 C223.34 0.08, 1115.12 -0.2, 1338.33 -0.38" stroke="#1e1e1e" stroke-width="1" fill="none" stroke-dasharray="8 8.5"></path></g></g><mask></mask><g transform="translate(10 845.4672054329179) rotate(0 112.532470703125 17.5)"><text x="0" y="24.668" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="28px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">Shareable Config</text></g><g stroke-linecap="round" transform="translate(338.8232781979749 874.1490086780368) rotate(0 97.54562102132724 28.689888535684474)"><path d="M14.34 0 C73.08 1.27, 128.46 3.16, 180.75 0 M14.34 0 C69.98 -0.96, 125.84 -0.85, 180.75 0 M180.75 0 C189.9 1.34, 194.04 3.08, 195.09 14.34 M180.75 0 C189.84 -1.25, 193 3.22, 195.09 14.34 M195.09 14.34 C195.55 24.6, 194.45 32.54, 195.09 43.03 M195.09 14.34 C195.7 22.01, 196.19 30.5, 195.09 43.03 M195.09 43.03 C194.01 51.81, 190.23 59.04, 180.75 57.38 M195.09 43.03 C197.11 54.86, 190.52 55.74, 180.75 57.38 M180.75 57.38 C118.21 59.12, 50 58.68, 14.34 57.38 M180.75 57.38 C146.34 57.81, 112.16 58.27, 14.34 57.38 M14.34 57.38 C6.64 56.88, 1.8 54.12, 0 43.03 M14.34 57.38 C2.77 59.11, -1.76 52, 0 43.03 M0 43.03 C-0.84 34.6, -1.79 27.77, 0 14.34 M0 43.03 C-0.95 32.18, -0.52 20.91, 0 14.34 M0 14.34 C1.01 6.24, 5.25 1.19, 14.34 0 M0 14.34 C-1.11 3.73, 6.99 1.54, 14.34 0" stroke="#1e1e1e" stroke-width="0.5" fill="none"></path></g><g transform="translate(424.048914783267 890.3388972137212) rotate(0 12.319984436035156 12.5)"><text x="12.319984436035156" y="17.619999999999997" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">No</text></g><g stroke-linecap="round" transform="translate(604.745806783777 874.1490086780368) rotate(0 97.54562102132724 28.689888535684474)"><path d="M14.34 0 C64.88 -3.09, 115.24 -1.59, 180.75 0 M14.34 0 C64.69 0.43, 114.91 -1.09, 180.75 0 M180.75 0 C189.9 -1.08, 193.28 3.43, 195.09 14.34 M180.75 0 C191.32 1.97, 194.27 5.02, 195.09 14.34 M195.09 14.34 C194.33 24.55, 193.91 33.56, 195.09 43.03 M195.09 14.34 C194.82 22.46, 195.32 32.19, 195.09 43.03 M195.09 43.03 C196.85 54.56, 190.49 55.96, 180.75 57.38 M195.09 43.03 C197.11 50.79, 192.36 59.67, 180.75 57.38 M180.75 57.38 C126.75 58.89, 77.34 56.69, 14.34 57.38 M180.75 57.38 C135.4 57.53, 89.08 58.54, 14.34 57.38 M14.34 57.38 C3.03 58.88, -1.53 52.08, 0 43.03 M14.34 57.38 C4.62 59.27, 2.15 51.91, 0 43.03 M0 43.03 C2.03 34.35, -0.87 23.97, 0 14.34 M0 43.03 C0.66 34.19, 0.39 24.49, 0 14.34 M0 14.34 C-0.97 3.87, 6.7 1.34, 14.34 0 M0 14.34 C2.07 4.73, 5.59 2.12, 14.34 0" stroke="#1e1e1e" stroke-width="0.5" fill="none"></path></g><g transform="translate(686.4514467260026 890.3388972137212) rotate(0 15.839981079101562 12.5)"><text x="15.839981079101562" y="17.619999999999997" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">Yes</text></g><g stroke-linecap="round"><g transform="translate(9.385523958131671 975.0889347253226) rotate(0 669.7039695329778 0)"><path d="M0.61 -0.23 C223.68 -0.42, 1115.62 -0.49, 1338.71 -0.34" stroke="#1e1e1e" stroke-width="1" fill="none" stroke-dasharray="8 8.5"></path></g></g><mask></mask><g transform="translate(11.6394222020391 987.7840950404228) rotate(0 110.96443939208984 17.5)"><text x="0" y="24.668" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="28px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">Ideal Use Cases</text></g><g transform="translate(151.81491086562937 1056.9469613675906) rotate(0 191.0498046875 87.5)"><text x="0" y="17.619999999999997" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">- GitHub exclusively</text><text x="0" y="42.62" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic"></text><text x="0" y="67.62" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">- Simple Projects</text><text x="0" y="92.62" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic"></text><text x="0" y="117.62" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">- Few Dependencies</text><text x="0" y="142.62" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic"></text><text x="0" y="167.62" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">- Built-in solution with low maintenance</text></g><g transform="translate(604.745806783777 1056.9469613675906) rotate(0 277.82977294921875 100)"><text x="0" y="17.619999999999997" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">- Support to multiple Git platforms or complex workflows</text><text x="0" y="42.62" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic"></text><text x="0" y="67.62" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">- Monorepo or complex deps strucuture</text><text x="0" y="92.62" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic"></text><text x="0" y="117.62" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">- Advanced customizations, grouping, or scheduling</text><text x="0" y="142.62" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic"></text><text x="0" y="167.62" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">- Shareable configuration presets</text><text x="0" y="192.62" font-family="Excalifont, Xiaolai, Segoe UI Emoji" font-size="20px" fill="#1e1e1e" text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic"></text></g></svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment