From 5a818df175387b4b4581ba9e19721beb3e1251b7 Mon Sep 17 00:00:00 2001 From: Utkarsh Bhatt Date: Mon, 16 Oct 2023 16:23:36 +0530 Subject: [PATCH] Added dependabot support for MicroCeph Signed-off-by: Utkarsh Bhatt --- dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dependabot.yml diff --git a/dependabot.yml b/dependabot.yml new file mode 100644 index 00000000..3eed6906 --- /dev/null +++ b/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: gomod + directory: /microceph/ + schedule: + interval: daily \ No newline at end of file