From 2c0accc726a93339820ee1de3b2ff3e068453bd4 Mon Sep 17 00:00:00 2001 From: Quinn Casey Date: Thu, 28 Apr 2022 12:47:37 -0700 Subject: [PATCH 1/4] Add back labels removed in 30834e --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 091de97c8..cf99d4c84 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,9 @@ updates: # Check the npm registry for updates every month schedule: interval: "monthly" + labels: + - "frontend" + - "dependencies" # Add reviewers reviewers: - "paperless-ngx/frontend" From 5b4efcb462af2c303bb4e02fc1e0089288510836 Mon Sep 17 00:00:00 2001 From: Quinn Casey Date: Thu, 28 Apr 2022 12:49:44 -0700 Subject: [PATCH 2/4] Add back review groups --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cf99d4c84..4b56e7b23 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -29,6 +29,9 @@ updates: labels: - "backend" - "dependencies" + # Add reviewers + reviewers: + - "paperless-ngx/backend" # Enable updates for Github Actions - package-ecosystem: "github-actions" From 303ba3b235c4660ddd669a25438e41bd488a883f Mon Sep 17 00:00:00 2001 From: Quinn Casey Date: Thu, 28 Apr 2022 12:51:43 -0700 Subject: [PATCH 3/4] Assign GHA bumps to CI/CD team --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4b56e7b23..689fb1338 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -45,4 +45,4 @@ updates: - "dependencies" # Add reviewers reviewers: - - "paperless-ngx/backend" + - "paperless-ngx/ci-cd" From 2f159bc88ce8aa063626265fbabb506dce82d17b Mon Sep 17 00:00:00 2001 From: Quinn Casey Date: Thu, 28 Apr 2022 12:52:20 -0700 Subject: [PATCH 4/4] Fix comment directory --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 689fb1338..47511810c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: # Enable version updates for npm - package-ecosystem: "npm" target-branch: "dev" - # Look for `package.json` and `lock` files in the `root` directory + # Look for `package.json` and `lock` files in the `/src-ui` directory directory: "/src-ui" # Check the npm registry for updates every month schedule: