From c1b9db19c64e2ca412623dd95ff9614a707ce309 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 a5b4a7caad231d0b91ab84fc51ef53d0f6243575 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 6f0fee4c432bd3f4916b897cb79d50b6cb190873 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 8c19c2c2e9b410bd78728ad4fdff7e6075b639bf 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: