[deps] Replace Dependabot with Renovate - #7526
Open
ycombinator wants to merge 1 commit into
Open
Conversation
v1v
approved these changes
Jul 30, 2026
ebeahan
approved these changes
Jul 30, 2026
Contributor
|
Tick the box to add this pull request to the merge queue (same as
|
macdewee
approved these changes
Jul 31, 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.
What is the problem this PR solves?
Dependabot can only open Fleet Server dependency update PRs against
main. Those updates then need to be backported to every active release branch, where dependency drift often causes conflicts.Fleet Server recently grouped Dependabot updates in #7517 as a temporary noise-reduction measure while the repository moved to Renovate.
How does this PR solve the problem?
Replaces Dependabot with Renovate, following the Elastic Agent setup from elastic/elastic-agent#15603, elastic/elastic-agent#15837, and elastic/elastic-agent#15873.
The Renovate configuration:
mainand all active release branches directly;elastic,test-tooling, and catch-all dependency groups;The existing Fleet Server post-dependency workflow is preserved and generalized to support Renovate branches. The Dependabot configuration is removed.
How to test this PR locally
Validate the Renovate configuration:
A local Renovate extraction should discover four Go modules (
go.mod,dev-tools/go.mod,pkg/api/go.mod, andtesting/go.mod) plus.pre-commit-config.yaml.Design Checklist
Not applicable: this changes repository dependency automation only and does not affect Fleet Server runtime behavior or scaling.
Checklist
skip-changelog.Related issues