aboutsummaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authornico wellpott <nico@magicbroccoli.de>2021-03-15 23:19:04 +0100
committernico wellpott <nico@magicbroccoli.de>2021-03-15 23:19:04 +0100
commitb7409c09517af095b97815ae4a03c29d7fd98c87 (patch)
treeb5d6e5125f48c3b8fdc210ae4cc110a5ecec6776 /.github/dependabot.yml
parente478c2b51f0636a3a3ad247f2f1d0f19ec66860b (diff)
Github CI
+ add dependabot configuration file + add python workflow configuration file
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml6
1 files changed, 6 insertions, 0 deletions
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"