Updates dependabot to group some backend deps and all Github actions updates (#4280)

This commit is contained in:
Trenton H 2023-09-27 09:32:25 -07:00 committed by GitHub
parent d9abb745a9
commit 613b429540
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,23 @@ updates:
# Add reviewers
reviewers:
- "paperless-ngx/backend"
groups:
development:
patterns:
- "*pytest*"
- "black"
- "ruff"
- "mkdocs-material"
django:
patterns:
- "*django*"
major-versions:
update-types:
- "major"
small-changes:
update-types:
- "minor"
- "patch"
# Enable updates for GitHub Actions
- package-ecosystem: "github-actions"
@ -61,3 +78,9 @@ updates:
# Add reviewers
reviewers:
- "paperless-ngx/ci-cd"
groups:
actions:
update-types:
- "major"
- "minor"
- "patch"