Skip to content

Commit 485a30c

Browse files
committed
Generated commit to update templated files based on rev ffc613f in stackabletech/operator-templating repo.
Original commit message: Make Renovate slightly less annoying (#68) * Minimize the Renovate PR window * Let Renovate update GitHub Actions pins in templating * Fix silly Renovate mistakes * Use the same Renovate schedule consistently * Also have Renovate manage jinja2 workflows
1 parent e92393e commit 485a30c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
RUSTFLAGS: "-D warnings"
2020
RUSTDOCFLAGS: "-D warnings"
2121
RUST_LOG: "info"
22-
PRODUCT_NAME: hdfs
22+
PRODUCT_NAME: "hdfs"
2323
DEV_REPO_HELM_URL: https://repo.stackable.tech/repository/helm-dev
2424
TEST_REPO_HELM_URL: https://repo.stackable.tech/repository/helm-test
2525
STABLE_REPO_HELM_URL: https://repo.stackable.tech/repository/helm-stable

renovate.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"rollbackPrs": true,
1313
"schedule": [
14-
"after 22:00 and before 6:00 every weekday"
14+
"after 5:00 and before 6:00 every weekday"
1515
],
1616
"timezone": "Europe/Berlin",
1717
"packageRules": [
@@ -25,7 +25,8 @@
2525
"lockFileMaintenance": {
2626
"enabled": true,
2727
"schedule": [
28-
"after 22:00 and before 6:00 every weekday"
28+
"after 5:00 and before 6:00 every weekday"
2929
]
30-
}
30+
},
31+
"ignorePaths": [".github/workflows/build.yml", ".github/workflows/reviewdog.yaml", ".github/workflows/daily_security.yml"]
3132
}

0 commit comments

Comments
 (0)