From 465f1f14a7af87396ef6d3cc0068742d11e73f46 Mon Sep 17 00:00:00 2001 From: Dave Date: Sat, 12 Oct 2024 18:07:43 -0400 Subject: [PATCH] chore: dependabot ignore generated grpc go package (#3795) Signed-off-by: Dave Lee --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5016ebdb..fcd6c88c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,8 @@ updates: directory: "/" schedule: interval: "weekly" + ignore: + - dependency-name: "github.com/mudler/LocalAI/pkg/grpc/proto" - package-ecosystem: "github-actions" # Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.) directory: "/"