Merge pull request #251 from paperless-ngx/dependabot-label-fix

Make dependabot labels consistent
This commit is contained in:
Quinn Casey 2022-03-10 14:06:28 -08:00 committed by GitHub
commit 21ec2dfa68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,9 @@ updates:
# Check the npm registry for updates every week
schedule:
interval: "weekly"
labels:
- "frontend"
- "dependencies"
# Enable version updates for Python
- package-ecosystem: "pip"
@ -20,3 +23,6 @@ updates:
# Check for updates once a week
schedule:
interval: "weekly"
labels:
- "backend"
- "dependencies"