From f03b79b6d8ca2c368f15f0f2c3c62b861828bdb2 Mon Sep 17 00:00:00 2001 From: Mustafa Abdelrahman Date: Thu, 19 Dec 2024 11:31:57 +0100 Subject: [PATCH] dependabot: ignore another OPA dependency update follow up on https://github.com/zalando/skipper/pull/3334 - [ ] unignore `github.com/envoyproxy/go-control-plane` Signed-off-by: Mustafa Abdelrahman --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 045892bd1d..8f00f48a3a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,6 +16,7 @@ updates: ignore: - dependency-name: "github.com/open-policy-agent/opa" - dependency-name: "github.com/open-policy-agent/opa-envoy-plugin" + - dependency-name: "github.com/envoyproxy/go-control-plane" - package-ecosystem: "github-actions" directory: "/" # For GitHub Actions, set the directory to / to check for workflow files in .github/workflows schedule: