You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by au...@apache.org on 2022/11/02 18:34:13 UTC

[beam-starter-java] branch main updated: Add reviewers for dependabot PRs

This is an automated email from the ASF dual-hosted git repository.

austin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/beam-starter-java.git


The following commit(s) were added to refs/heads/main by this push:
     new a4ed3d8  Add reviewers for dependabot PRs
     new e752283  Merge pull request #29 from davidcavazos/patch-1
a4ed3d8 is described below

commit a4ed3d803a2e49da0f546054435f1b137e9ed427
Author: David Cavazos <dc...@google.com>
AuthorDate: Wed Nov 2 10:50:30 2022 -0700

    Add reviewers for dependabot PRs
---
 .github/dependabot.yml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 077482b..8e34d99 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -12,11 +12,23 @@ updates:
     directory: "/"
     schedule:
       interval: "daily"
+    reviewers:
+      - lukecwik
+      - kennknowles
+      - robertwb
+      - kileys
+      - apilloud
 
   - package-ecosystem: "maven"
     directory: "/"
     schedule:
       interval: "daily"
+    reviewers:
+      - lukecwik
+      - kennknowles
+      - robertwb
+      - kileys
+      - apilloud
 
   # SBT is not yet supported: https://github.com/dependabot/dependabot-core/issues/352
 
@@ -24,3 +36,9 @@ updates:
     directory: "/"
     schedule:
       interval: "daily"
+    reviewers:
+      - lukecwik
+      - kennknowles
+      - robertwb
+      - kileys
+      - apilloud