From 6a1162fa81297d5e3d02edf931605771ff3f58fa Mon Sep 17 00:00:00 2001 From: Marat Radchenko Date: Wed, 9 Mar 2022 19:12:26 +0300 Subject: [PATCH] Set up dependabot Dependabot automatically creates PRs for updated dependencies and tracks security vulnerabilities. Signed-off-by: Marat Radchenko --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..cc5ab776cd --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" + + - package-ecosystem: "gomod" + directory: "/test" + schedule: + interval: "daily" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"