Adding dependabot config for live updates (#9)

This commit is contained in:
Kyle Harrison
2019-07-29 13:15:13 +01:00
committed by Ajurna
parent 31d0e2bd66
commit 03a80b2458

15
.dependabot/config.yml Normal file
View File

@@ -0,0 +1,15 @@
# Validated using https://dependabot.com/docs/config-file/validator/
# Configured using https://dependabot.com/docs/config-file/
version: 1
update_configs:
- package_manager: "python"
directory: "/"
update_schedule: "live"
default_labels:
- "Status: Review Needed"
- "Scope: Backend"
- "Type: Dependencies"
allowed_updates:
- match:
update_type: "live"