mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
Add review groups
This commit is contained in:
parent
0d0da0d623
commit
a6d2a390f0
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@ -11,6 +11,9 @@ updates:
|
|||||||
# Check the npm registry for updates every week
|
# Check the npm registry for updates every week
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
# Add reviewers
|
||||||
|
reviewers:
|
||||||
|
- "paperless-ngx/frontend"
|
||||||
|
|
||||||
# Enable version updates for Python
|
# Enable version updates for Python
|
||||||
- package-ecosystem: "pip"
|
- package-ecosystem: "pip"
|
||||||
@ -20,3 +23,6 @@ updates:
|
|||||||
# Check for updates once a week
|
# Check for updates once a week
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
# Add reviewers
|
||||||
|
reviewers:
|
||||||
|
- "paperless-ngx/backend"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user