From beed337c70308fad7bd4fc74c62500f46cfc1572 Mon Sep 17 00:00:00 2001 From: A_D Date: Mon, 5 Oct 2020 12:49:52 +0200 Subject: [PATCH] Create dependabot config file Dependabot will open PRs automatically for us to update dependencies, assuming they have no breaking changes. --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..586fb2d7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + target-branch: "develop" + schedule: + interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + target-branch: "develop" + schedule: + interval: "daily"