renovate-bot

Posts tagged with #renovate-bot
Total: 2

Renovate Bot: Limit Manager To Folder (Ignore Paths)

Notes | 2024-06-04 (updated 2025-10-25) | 2 min read
#renovate-bot

When using Renovate it can sometimes be required to run a specific manager only on a sub-set of the matching files.

Naively you might expect this to be achieved by overwriting the fileMatch property of the manager. However this is not possible, as this property gets merged together, effectively meaning we can only append to it, not replace it.

What I found working is an approach using either includePaths or ignorePaths, depending on the situation.

Read more…

Renovate Bot

Notes | 2021-02-12 (updated 2025-10-25) | 1 min read
#renovate-bot #slashpage-uses

My tool of choice for doing dependency maintenance/update type of stuff for both [[infrastructure-as-code]] and [[software-projects]]