From 061ee27582603280e0a7cacb07985f2cce4fcaa8 Mon Sep 17 00:00:00 2001 From: "kumahq[bot]" <110050114+kumahq[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 15:06:25 +0000 Subject: [PATCH] chore(deps): ignore go-control-plane updates by dependabot (backport of #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 Co-authored-by: Bart Smykla --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7770d3efb4f3..b42ec1e3ed2d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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" @@ -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