Skip to content

Commit 8055161

Browse files
authored
ci: add maple as code owners and reviewers (#124)
1 parent 8c3775b commit 8055161

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* @stackrox/maple @RTann
2+

.github/dependabot.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61
version: 2
2+
73
updates:
84
- package-ecosystem: 'github-actions'
95
directory: '/'
@@ -12,6 +8,7 @@ updates:
128
day: 'wednesday'
139
open-pull-requests-limit: 3
1410
reviewers:
11+
- 'stackrox/maple'
1512
- 'RTann'
1613

1714
- package-ecosystem: 'gomod'
@@ -21,6 +18,7 @@ updates:
2118
day: 'wednesday'
2219
open-pull-requests-limit: 3
2320
reviewers:
21+
- 'stackrox/maple'
2422
- 'RTann'
2523
- package-ecosystem: 'gomod'
2624
directory: '/_integration-tests'
@@ -29,6 +27,7 @@ updates:
2927
day: 'wednesday'
3028
open-pull-requests-limit: 3
3129
reviewers:
30+
- 'stackrox/maple'
3231
- 'RTann'
3332
- package-ecosystem: 'gomod'
3433
directory: '/tools'
@@ -37,4 +36,6 @@ updates:
3736
day: 'wednesday'
3837
open-pull-requests-limit: 3
3938
reviewers:
39+
- 'stackrox/maple'
4040
- 'RTann'
41+

0 commit comments

Comments
 (0)