mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 14:17:19 +00:00
Adding dependabot config for live updates (#9)
This commit is contained in:
15
.dependabot/config.yml
Normal file
15
.dependabot/config.yml
Normal 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"
|
||||
Reference in New Issue
Block a user