Explorar el Código

Disable dependabot pull requests (#14596)

kezhenxu94 hace 1 año
padre
commit
68e8b352d3
Se han modificado 2 ficheros con 3 adiciones y 5 borrados
  1. 1 0
      .asf.yaml
  2. 2 5
      .github/CODEOWNERS

+ 1 - 0
.asf.yaml

@@ -30,6 +30,7 @@ github:
     - workflow-schedule
     - powerful-data-pipelines
     - data-pipelines
+  dependabot_updates: false
   enabled_merge_buttons:
     squash: true
     merge: false

+ 2 - 5
.github/CODEOWNERS

@@ -28,7 +28,7 @@
 /dolphinscheduler-standalone-server/ @caishunfeng
 /dolphinscheduler-datasource-plugin/ @caishunfeng
 /dolphinscheduler-dist/ @caishunfeng
-/dolphinscheduler-meter/ @caishunfeng @kezhenxu94 @ruanwenjun @EricGao888
+/dolphinscheduler-meter/ @caishunfeng @ruanwenjun @EricGao888
 /dolphinscheduler-scheduler-plugin/ @caishunfeng
 /dolphinscheduler-master/ @caishunfeng @SbloodyS @ruanwenjun
 /dolphinscheduler-worker/ @caishunfeng @SbloodyS @ruanwenjun
@@ -40,9 +40,6 @@
 /script/ @caishunfeng @SbloodyS @zhongjiajie @EricGao888
 /dolphinscheduler-ui/ @songjianet @Amy0104
 /docs/ @zhongjiajie @EricGao888
-/licenses/ @kezhenxu94 @zhongjiajie
+/licenses/ @zhongjiajie
 /images/ @zhongjiajie @EricGao888
 /style/ @caishunfeng
-
-# All pom files
-pom.xml @kezhenxu94