Skip to content

Commit 334dc46

Browse files
committed
Add code owners and remove reviewers from dependabot
1 parent 6c45053 commit 334dc46

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# package-ecosystem: bundler, directories: /
2+
/Gemfile @increments/qiita-dev-group
3+
4+
# package-ecosystem: github-actions, directories: /
5+
/.github/workflows @increments/qiita-dev-group

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ updates:
99
time: "14:00"
1010
timezone: "Asia/Tokyo"
1111
open-pull-requests-limit: 5
12-
reviewers:
13-
- "increments/qiita-dev-group"
1412
rebase-strategy: "disabled"
1513

1614
- package-ecosystem: "github-actions"
@@ -21,6 +19,4 @@ updates:
2119
time: "14:00"
2220
timezone: "Asia/Tokyo"
2321
open-pull-requests-limit: 5
24-
reviewers:
25-
- "increments/qiita-dev-group"
2622
rebase-strategy: "disabled"

0 commit comments

Comments
 (0)