From 901e923c8df286597af918fa1accd21b0ab541b9 Mon Sep 17 00:00:00 2001 From: Olivier Picaud Date: Fri, 22 Dec 2023 13:52:20 +0100 Subject: [PATCH] fix: add goGetDirs in renovate --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index a7fe444d..43f0cad5 100644 --- a/renovate.json +++ b/renovate.json @@ -3,5 +3,6 @@ "extends": [ "config:recommended" ], + "goGetDirs": ["./api/proto/"], "postUpdateOptions": ["gomodTidy"] }