@@ -3,13 +3,16 @@ module.exports = {
33 "stackabletech/airflow-operator" ,
44 "stackabletech/beku.py" ,
55 "stackabletech/commons-operator" ,
6+ "stackabletech/config-utils" ,
67 "stackabletech/crddocs" ,
8+ "stackabletech/crddocs-generator" ,
79 "stackabletech/docker-images" ,
810 "stackabletech/documentation" ,
911 "stackabletech/documentation-ui" ,
1012 "stackabletech/druid-opa-authorizer" ,
1113 "stackabletech/druid-operator" ,
1214 "stackabletech/edc-operator" ,
15+ "stackabletech/feature-tracker" ,
1316 "stackabletech/hbase-normalizer" ,
1417 "stackabletech/hbase-operator" ,
1518 "stackabletech/hdfs-operator" ,
@@ -18,6 +21,7 @@ module.exports = {
1821 "stackabletech/hello-world-operator" ,
1922 "stackabletech/hive-operator" ,
2023 "stackabletech/image-tools" ,
24+ "stackabletech/infrastructure" ,
2125 "stackabletech/kafka-operator" ,
2226 "stackabletech/listener-operator" ,
2327 "stackabletech/nifi-operator" ,
@@ -28,6 +32,7 @@ module.exports = {
2832 "stackabletech/product-config" ,
2933 "stackabletech/secret-operator" ,
3034 "stackabletech/spark-k8s-operator" ,
35+ "stackabletech/stack_scanner" ,
3136 "stackabletech/stackable-cockpit" ,
3237 "stackabletech/stackable-utils" ,
3338 "stackabletech/superset-operator" ,
@@ -39,14 +44,13 @@ module.exports = {
3944 ] ,
4045 gitAuthor : "\"Stacky McStackface\" <serviceaccounts@stackable.tech>" ,
4146 forkProcessing : 'enabled' ,
42- logFileLevel : 'info' ,
4347 branchConcurrentLimit : 0 ,
44- prConcurrentLimit : 0 ,
4548 prHourlyLimit : 0 ,
49+ dependencyDashboard : true ,
4650 commitBodyTable : true ,
4751 recreateWhen : "always" ,
48- prCreation : "immediate" ,
4952 force : {
53+ prCreation : "immediate" ,
5054 schedule : [ ] ,
51- }
55+ } ,
5256} ;
0 commit comments