From 30a3d711de383bb5abbcae7c92d0c3baa84d8342 Mon Sep 17 00:00:00 2001 From: "Luca G.F" Date: Wed, 24 Aug 2022 02:57:26 -0700 Subject: [PATCH] feat: add dependabot support (#263) Signed-off-by: Luca Georges Francois Signed-off-by: Luca Georges Francois Co-authored-by: Chris Hager --- .github/dependabot.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 00000000..83f5768c --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,11 @@ +# Please see the documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: gomod + directory: / + schedule: + interval: daily + reviewers: + - "metachris" \ No newline at end of file