DEV Community

Cover image for Renovate for everything
Nicolas Fränkel
Nicolas Fränkel

Posted on • Originally published at blog.frankel.ch

11 3 3 2 2

Renovate for everything

In my earlier post about moving from Kotlin Scripting to Python, I mentioned several reasons:

  • Separating the content from the script
  • Kotlin Scripting is an unloved child of JetBrains
  • Renovate cannot update Kotlin Scripting files

I was wrong on the third point. Here's my mea culpa.

First things first, Renovate does indeed manages Kotlin Scripting files - since 2022.

Even better, Renovate can manage any type of file. Thanks to Max Andersen for the tip:

You can create your configuration for package managers, which must still be added to Renovate's scope!

With customManagers using regex you can configure Renovate so it finds dependencies that are not detected by its other built-in package managers.

-- Custom Manager Support using Regex

The documentation is good enough, so there's no need to paraphrase it. The point is that you can configure Renovate for every package manager you can think of. Even better, Renovate allows the contribution of new package managers, contrary to Dependabot.

The more I know about Renovate, the more I love it.

To go further:


Originally published at A Java Geek on June 23rd, 2024

Do your career a big favor. Join DEV. (The website you're on right now)

It takes one minute, it's free, and is worth it for your career.

Get started

Community matters

Top comments (0)

👋 Kindness is contagious

Engage with a sea of insights in this enlightening article, highly esteemed within the encouraging DEV Community. Programmers of every skill level are invited to participate and enrich our shared knowledge.

A simple "thank you" can uplift someone's spirits. Express your appreciation in the comments section!

On DEV, sharing knowledge smooths our journey and strengthens our community bonds. Found this useful? A brief thank you to the author can mean a lot.

Okay