From fa46f4c20b8c95654ba53080a93ed4784c408e03 Mon Sep 17 00:00:00 2001 From: mrspanishviking Date: Thu, 2 Jul 2020 19:26:57 -0700 Subject: [PATCH] ci-cd: "Added depandabot-yml" --- .github/depandabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/depandabot.yml diff --git a/.github/depandabot.yml b/.github/depandabot.yml new file mode 100644 index 00000000..c687d242 --- /dev/null +++ b/.github/depandabot.yml @@ -0,0 +1,18 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# 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: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + + + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" +