From 613b429540821bc8386fd8c002255d9fad45afc1 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Wed, 27 Sep 2023 09:32:25 -0700 Subject: [PATCH] Updates dependabot to group some backend deps and all Github actions updates (#4280) --- .github/dependabot.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b17dc0b59..a3918f819 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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"