Skip to content

Commit b7b0681

Browse files
committed
Add code owners and remove reviewers from dependabot
1 parent af3badf commit b7b0681

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.github/CODEOWNERS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# package-ecosystem: github-actions, directories: /
2+
/.github/workflows @increments/qiita-dev-group
3+
4+
# package-ecosystem: github-actions, directories: /actions/publish
5+
/actions/publish/action.yml @increments/qiita-dev-group
6+
7+
# package-ecosystem: npm, directories: /
8+
/package.json @increments/qiita-dev-group
9+
/yarn.lock @increments/qiita-dev-group

.github/dependabot.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ updates:
88
time: "14:00"
99
timezone: "Asia/Tokyo"
1010
open-pull-requests-limit: 5
11-
reviewers:
12-
- "increments/qiita-dev-group"
1311

1412
- package-ecosystem: "github-actions"
1513
directory: "/actions/publish"
@@ -19,8 +17,6 @@ updates:
1917
time: "14:00"
2018
timezone: "Asia/Tokyo"
2119
open-pull-requests-limit: 5
22-
reviewers:
23-
- "increments/qiita-dev-group"
2420

2521
- package-ecosystem: "npm"
2622
directory: "/"
@@ -31,5 +27,3 @@ updates:
3127
timezone: "Asia/Tokyo"
3228
versioning-strategy: increase
3329
open-pull-requests-limit: 5
34-
reviewers:
35-
- "increments/qiita-dev-group"

0 commit comments

Comments
 (0)