From 57976b4cec771045b8175cd8ed11d1b40d7a4ec4 Mon Sep 17 00:00:00 2001 From: Andreas Mandel Date: Sun, 16 Jan 2022 12:25:56 +0100 Subject: [PATCH] Enable dependabot for update pull requrests --- .github/dependabot.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..069f233 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,23 @@ +# see also https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically + +version: 2 +updates: + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "daily" + + - package-ecosystem: "gitsubmodule" + directory: "/" + schedule: + interval: "daily" + + - package-ecosystem: "npm" + directory: "/frontend" + schedule: + interval: "daily" + + - package-ecosystem: "pip" + directory: "/api" + schedule: + interval: "daily"