From 2b2dd1a75a3972bc1e9b9101f6096088ff4143db Mon Sep 17 00:00:00 2001 From: Benjamin Wang Date: Fri, 12 May 2023 13:03:50 +0800 Subject: [PATCH] configure dependabot Signed-off-by: Benjamin Wang --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..dd954e576 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + + - package-ecosystem: gomod + directory: / + schedule: + interval: weekly +