Update dependabot.yml

This commit is contained in:
GM 2021-06-17 19:07:08 +02:00 committed by Giulio
parent 9efbdb2c8a
commit 162e11fc79

View File

@ -5,8 +5,21 @@
version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: "dev"
- package-ecosystem: "npm"
directory: "/frontend"
schedule:
interval: "daily"
target-branch: "dev"
- package-ecosystem: "pip"
directory: "/backend"
schedule:
interval: "daily"
target-branch: "dev"