From b7409c09517af095b97815ae4a03c29d7fd98c87 Mon Sep 17 00:00:00 2001 From: nico wellpott Date: Mon, 15 Mar 2021 23:19:04 +0100 Subject: Github CI + add dependabot configuration file + add python workflow configuration file --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml (limited to '.github/dependabot.yml') diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..b38df29 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" -- cgit v1.2.3-54-g00ecf