From 15aeadedbe15dd1cba97a1d3685b8bdf0781ec26 Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Wed, 8 Jun 2022 10:28:21 +0200 Subject: [PATCH] enable dependabot for github.com/prometheus/prometheus/documentation/examples/remote_storage module (#10821) Signed-off-by: Matthieu MOREL Co-authored-by: Matthieu MOREL --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ce621be9c..4c4b4a5fb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,10 @@ updates: directory: "/" schedule: interval: "monthly" + - package-ecosystem: "gomod" + directory: "/documentation/examples/remote_storage" + schedule: + interval: "monthly" - package-ecosystem: "npm" directory: "/web/ui" schedule: