From 506663defc72d9a615df5dd461848fc8c78783e5 Mon Sep 17 00:00:00 2001 From: Bohan Chen Date: Fri, 10 Mar 2023 11:29:48 -0500 Subject: [PATCH] enable dependabot Signed-off-by: Bohan Chen --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d608a82 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +version: 2 +updates: + # Dependencies listed in go.mod + - package-ecosystem: "gomod" + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + + # Dependencies listed in .github/workflows/*.yml + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"