Skip renovate updates for internal cross-module imports - #7693
Conversation
|
This pull request does not have a backport label. Could you fix it @swiatekm? 🙏
|
There was a problem hiding this comment.
Pull request overview
This PR updates the repository Renovate configuration to stop Renovate from opening dependency update PRs for internal cross-module Go module references within the Fleet Server repo (e.g., github.com/elastic/fleet-server/pkg/api, github.com/elastic/fleet-server/v7), preventing noisy/incorrect self-update proposals like the example in PR #7659.
Changes:
- Adds a
gomodpackage rule that disables Renovate updates for module paths undergithub.com/elastic/fleet-server/....
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This comment has been minimized.
This comment has been minimized.
TL;DRThe failing Buildkite run is an E2E test failure in Remediation
Investigation detailsRoot CauseThe build failed in E2E with a single failing subtest:
This PR modifies only The failing subtest logic in Evidence
Verification
Follow-up
What is this? | From workflow: PR Buildkite Detective Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not. |
Prevent renovate from updating internal cross-module imports of the root fleet-server module. See #7659 for an example.