Skip to content

Commit

Permalink
chore(deps): ignore go-control-plane updates by dependabot (backport of
Browse files Browse the repository at this point in the history
#10412) (#10416)

chore(deps): ignore go-control-plane updates by dependabot (#10412)

v0.12.0 introduced deadlock so just to be sure it won't be
upgraded by mistake when new patch will be released

Signed-off-by: Bart Smykla <[email protected]>
Co-authored-by: Bart Smykla <[email protected]>
  • Loading branch information
kumahq[bot] and bartsmykla authored Jun 7, 2024
1 parent b236b9c commit 061ee27
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ updates:
go.opentelemetry.io:
patterns:
- "go.opentelemetry.io/*"
ignore:
# go-control-plane v0.12.0 introduced a potential deadlock issue. This issue is
# being tracked in https://github.com/envoyproxy/go-control-plane/issues/875.
# Remove this once the issue is resolved.
- dependency-name: github.com/envoyproxy/go-control-plane

- package-ecosystem: "docker"
directory: "/tools/releases/dockerfiles"
Expand All @@ -37,5 +42,5 @@ updates:
interval: "weekly"
open-pull-requests-limit: 15
labels:
- "dependencies"
- "dependencies"
- "ci/skip-test" # No need to run tests on github actions updates

0 comments on commit 061ee27

Please sign in to comment.