feat(NEXUS-1447): adopt shared renovate-config preset (slim extends-only)#285
Merged
Merged
Conversation
davidmdm
approved these changes
Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adopt shared Renovate config preset (NEXUS-1447)
This repo is part of the org-wide rollout of nestoca/renovate-config — a shared Renovate preset that standardises dependency update behaviour across all
nestoca/*repos.What the shared preset provides
github>nestoca/renovate-config:internal-docker:monthly-internal-gomod-bumpsgithub.com/nestoca/**Go deps bumped monthly in one grouped PR:self-exclusion(<repo>)Repo-specific notes
Previously disabled all updates. The shared preset's security-only baseline plus the two required presets gives the right behaviour.
Behaviour change summary
nestoca/*Go deps: monthly grouped PR via shared presetPart of NEXUS-959 · Batch 7 NEXUS-1447
Note
Low Risk
Config-only change to Renovate automation; no application runtime or security logic is modified, only which dependency update PRs Renovate may open.
Overview
Renovate config is relocated and replaced with the org shared preset instead of the old root
renovate.jsonthat disabled all package updates while leaving vulnerability alerts on.The new
.github/renovate.jsononly extendsnestoca/renovate-config(security-only baseline), plus internal Docker weekly bumps, monthly grouped internal Go module bumps forgithub.com/nestoca/**, and self-exclusion for this repo (joy) so Renovate does not open self-bump PRs on its own releases.Behaviour shift vs the previous file: external deps stay security-only; internal nesto Go deps and internal docker images now get scheduled proactive PRs from the shared presets.
Reviewed by Cursor Bugbot for commit f78aea0. Bugbot is set up for automated code reviews on this repo. Configure here.