Skip to content

Commit

Permalink
ci: remove Dependabot config for OTel components (#6726) (#6777)
Browse files Browse the repository at this point in the history
The pull requests to update OTel components created by Dependabot
have been consistently incomplete and unfit for merging.
They also don't include a changelog entry,
which we want to be included with OTel updates.
We have been relying on manual updates of OTel components for the last couple versions,
with the intention to move to a different automation in the future
that satisfies all requirements (see #6132).
At this point, the Dependabot PRs are just noise,
so let's remove this automation to get rid of the noise.

Part of #6132

(cherry picked from commit 059721b)

Co-authored-by: Andrzej Stencel <[email protected]>
  • Loading branch information
mergify[bot] and andrzej-stencel authored Feb 10, 2025
1 parent 277e252 commit cc3ad4f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,9 @@ updates:
- automation
- skip-changelog
- Team:Elastic-Agent-Control-Plane
groups:
otel-dependencies:
exclude-patterns:
- "github.com/elastic/*"
update-types:
- "minor"
- "patch"
allow:
# Only update internal dependencies for now while we evaluate this workflow.
- dependency-name: "github.com/elastic/*"
- dependency-name: "go.opentelemetry.io/collector/*"
- dependency-name: "github.com/open-telemetry/opentelemetry-collector-contrib/*"
- dependency-name: "github.com/elastic/opentelemetry-collector-components/*"
ignore:
- dependency-name: "github.com/elastic/beats/*"
Expand Down

0 comments on commit cc3ad4f

Please sign in to comment.