From 0cc915f455e77b617a13bea4b1eb41e5c851125b Mon Sep 17 00:00:00 2001 From: Philipp Dolif Date: Tue, 21 Dec 2021 12:49:26 +0100 Subject: [PATCH] Add dependabot #3 --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d3adf05 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +version: 2 +updates: + - package-ecosystem: "gradle" + directory: "/project_service" + target-branch: "develop" + schedule: + interval: "daily" + time: "09:00" + timezone: "Europe/Berlin" + + - package-ecosystem: "npm" + directory: "/frontend" + target-branch: "develop" + schedule: + interval: "daily" + time: "09:00" + timezone: "Europe/Berlin" \ No newline at end of file