Skip to content

Commit 9fee40a

Browse files
authored
Renovate updates (#88)
* Add more repos * Add more repos, update renovate * Update Renovate remove deprecated config option
1 parent bf6f286 commit 9fee40a

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

renovate/config.js

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
};

renovate/run_renovate.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Renovate 37.351 - slim | Updated 2024-05-08
1+
# Renovate 38.109 | Updated 2024-09-10
22
# https://hub.docker.com/r/renovate/renovate/tags
33
docker run --rm \
44
--volume "./config.js:/usr/src/app/config.js" \
55
--env RENOVATE_TOKEN="$GITHUB_TOKEN" \
66
--env LOG_LEVEL=debug \
7-
renovate/renovate@sha256:3286096674fc3e5d5d3e74698c144113930ffbc4f900ddc9f99d6c81c682f448
7+
renovate/renovate@sha256:09510b1f2c32697a83e15c5626b064173a254bc759c75a3d151d680ef93966b2

0 commit comments

Comments
 (0)