#Renovate

2025-05-30

Accessing your Renovate Dependency Dashboard, without GitHub/GitLab Issues enabled

Releasing a proof-of-concept to render Dependency Dashboards for repositories that don't have issues enabled, as long as you have a Renovate Report.

fed.brid.gy/r/https://www.jvt.

Featured image for sharing metadata for article
2025-05-30

Generating a Renovate Report from someone else's repo

How to get a Renovate Report - with full metadata - from any arbitrary repository.

fed.brid.gy/r/https://www.jvt.

Featured image for sharing metadata for article
2025-05-21

What's the difference between Renovate's depName and packageName?

What the differences are, and where you may want to use one or the other.

fed.brid.gy/r/https://www.jvt.

Featured image for sharing metadata for article
2025-05-18

Improving the experience of browsing Renovate debug logs

Creating a Terminal User Interface (TUI) application to improve the debugging experience with Renovate's debug logs.

fed.brid.gy/r/https://www.jvt.

Featured image for sharing metadata for article
2025-05-14

Overriding a Gradle project property which has . and _ characters, without modifying the buildscript

How to use `GRADLE_OPTS` to safely override a Gradle property (with special characters in its name) without modifying the buildscript.

fed.brid.gy/r/https://www.jvt.

Featured image for sharing metadata for article
GBS Media ProGBSMedia
2025-05-13

Mitch Kuffa walks us around the to prevent potential damages that come from the change in temperature.

Check out the full video here BELOW!
bluewaterhealthyliving.com/sho

2025-05-10

Earlier today I was wondering, can you use #renovate just to locally check for new dependency versions. Turns out yes, you just need some #jq magic to make the output digestible!

```
podman run \
--env=LOG_LEVEL=error \
--mount=type=bind,src=.,target=/usr/src/app \
--userns=keep-id \
--user=(id --user) \
docker.io/renovate/renovate renovate --platform=local --onboarding=false --report-type=file --report-path=/dev/stdout \
| jq '
(
.repositories.local.packageFiles.[][]
| {
file: .packageFile,
deps: [
.deps[]
| {
package: .packageName,
from: .currentValue,
repo: .sourceUrl,
url: .homepage,
updates: ([
.updates[]
| { to: .newVersion, date: .releaseTimestamp, type: .updateType }
])
}
| select((.updates | length) != 0)
]
}
| select((.deps | length) != 0)
),
{ ATTENTION: [.problems,.repositories.local.problems][][]}'
```
(note: fish shell syntax)

2025-05-08

Getting Renovate to provide a changelog for digest updates to packages (on GitHub.com)

How to use the new templated `changelogUrl` functionality to provide more actionable changelogs for digest updates to i.e. GitHub Actions and other digest-pinned dependencies (in this example, on GitHub.com).

fed.brid.gy/r/https://www.jvt.

Featured image for sharing metadata for article
Paul Puschmannpaule@ieji.de
2025-05-07

#terramate and #renovate don‘t play together as of now.

Or does anybody have some solution or ideas?
#iac #automation

Matt Goddenmetaning
2025-04-17

The people who or build bathrooms with giant wall tiles, black fixtures, and sinks that are a bowl on top of a bench... What the fuck is wrong with you?

2025-04-10

Automagically migrating golangci-lint configuration to v2 with Renovate

How to get Renovate PRs that update both the version of `golangci-lint` to v2, and runs the `golangci-lint migrate` command for you.

fed.brid.gy/r/https://www.jvt.

Featured image for sharing metadata for article
2025-03-24

Updating apk add definitions in Dockerfiles

How to use Renovate's Custom Regex manager to extract `apk add` definitions in a `Dockerfile`, to allow managing (un)pinned packages.

fed.brid.gy/r/https://www.jvt.

Featured image for sharing metadata for article
2025-03-21

Erstmal earth groans auf die Ohren.
#earthGroans #renovate #music

Rolf den Hartog :php:rolfdenhartog@phpc.social
2025-03-13

@herndlm I’ve got the same issue! And it’s annoying 😔 This is happening in an Azure pipeline. I’m now updating manually once a week. It’s not much work, but I hoped Renovate would do the job for me. NPM packages are updated correctly though.

On my Gitlab instance it’s behaving even more strange; although it’s not upgrading packages, but it’s not updating all the packages. Just a few and missing quite some. I’ve stopped reading the docs for the correct config.

#renovate #composer #npm

Martin Herndlherndlm@phpc.social
2025-03-13

TIL: #renovate self-hosted should be run with `allowPlugins` enabled if the #symfony framework is involved.

Turns out otherwise, flex is not active and composer would install, rightfully, the latest possible/allowed versions of indirect dependencies, potentially leading to getting updates with a mix of 6.4 and 7.2 packages 😓

See also docs.renovatebot.com/self-host and github.com/renovatebot/renovat

Martin Herndlherndlm@phpc.social
2025-03-06

For the #renovate and #symfony users: the next renovate should have a slightly better grouping rule for symfony packages.

github.com/renovatebot/renovat

This should avoid renovate opening a PR with multiple symfony packages with different versions (e.g. a contract or flex package) which also leads to immutable PRs that cannot be closed.

2025-03-05

@autoweirdfm @holgergp Da hast du schon recht: da hat sich viel gutes getan im Vergleich zu den frühen JS Tagen.

Ich habe vor allem #NodeJS/#NodeRed genutzt und da befinde ich mich schon öfter in Berechnungsproblemen oder in der Dependency Hell… ohne automatisierte Tests oder Tools wie #Renovate ist das aus meiner Hopfen und Malz verloren… im Frontend habe ich da wenig Erfahrungen.

2025-03-01

Creating a test harness for validating Renovate Custom Datasource configuration

How to set up a test harness to make it eaiser to modify scary looking JSONata transformations in your Renovate configuration.

fed.brid.gy/r/https://www.jvt.

Featured image for sharing metadata for article
Georg Müllerggmueller
2025-02-27

Last week at the .NET meetup in Linz, I highlighted a challenge with .NET Aspire: lack of automatic updates for pinned container version. Now, with BoxerlRenovierer, Renovate manages Aspire containers seamlessly.

Check out the blog for more!

zyrr.io/en/blog/2025/2025-02-1

Martin Herndlherndlm@phpc.social
2025-02-19

I'm setting up #renovate for our internal #gitlab and I can see already how much I missed this tool and how useful it will be. Should have done this way earlier 😊

#renovatebot

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst