From: Marcel van der Veldt Date: Sun, 13 Sep 2020 10:04:41 +0000 (+0200) Subject: Create dependabot.yml X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=d3b304a506a11f8fac2f46e4eeaf34dabaa008ae;p=music-assistant-server.git Create dependabot.yml --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..efc57bd1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: daily + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: daily \ No newline at end of file