From 172e8b2fe865d7fcf1875e12ff1cf05025797dcc Mon Sep 17 00:00:00 2001 From: Mathew Merrick Date: Mon, 29 Nov 2021 16:27:12 -0800 Subject: [PATCH] chore: create dependabot.yaml --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..ae417cf701 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + vendor: true + schedule: + interval: "daily" + assignees: + - "matmerr" + - "rbtr" + commit-message: + prefix: "vendor: " +