From 63d3ac0a7381c6e1ea086a55f8b05491db1cb258 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Wed, 3 Nov 2021 15:26:19 -0400 Subject: [PATCH] Create dependabot.yaml Get our dependencies automatically updates by Dependabot. It's free and easy to setup, let's just use it. --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..d921d0ffdb --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: +- package-ecosystem: gomod + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10