From f9ac73746804808a6de91a46a21ae77d5a578bc6 Mon Sep 17 00:00:00 2001 From: Zhiwei Liang Date: Fri, 13 Oct 2023 14:27:15 -0400 Subject: [PATCH] Add dependabot --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..c507d4494 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"