From b4e0e15fcf323f36a9c90e490515cc9f10f85f23 Mon Sep 17 00:00:00 2001 From: zhyChesterCheung Date: Sun, 20 Jun 2021 00:16:36 +0800 Subject: [PATCH] add otlpmetrichttp module to .github/dependabot.yml --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d68bbd3ff27e..03ba8810ce7a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -346,3 +346,13 @@ updates: schedule: day: sunday interval: weekly + - + package-ecosystem: gomod + directory: /exporters/otlp/otlpmetric/otlpmetrichttp + labels: + - dependencies + - go + - "Skip Changelog" + schedule: + day: sunday + interval: weekly \ No newline at end of file