From 48f6102ac9c97a70130068eee26d07775cbe3a74 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Tue, 31 Aug 2021 12:05:39 +0200 Subject: [PATCH] fix a small mistake and limit common updates to tuesday --- .github/renovate.json5 | 17 +++++++++++++---- .github/workflows/housekeeping.yaml | 10 ++++------ templates/docs/CONFIG.md.gotmpl | 3 ++- 3 files changed, 19 insertions(+), 11 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index c4b65140c56..4eb48a29fca 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -6,7 +6,7 @@ "reviewersFromCodeOwners": true, "suppressNotifications": ["prIgnoreNotification"], "rebaseWhen": "conflicted", - "prConcurrentLimit": 5, + "prConcurrentLimit": 7, "helm-values": { "fileMatch": ["charts/.+/.*values\\.yaml$", "charts/.+/SCALE/.*_values\\.yaml$"] }, @@ -39,7 +39,10 @@ "bumpVersion": "major", "labels": ["dependency/major"], "packageNames": ["common"], - "groupName": ["internal major dep"] + "groupName": ["internal major dep"], + "schedule": [ + "on tuesday" + ] }, { "matchDatasources": ["helm"], @@ -47,7 +50,10 @@ "bumpVersion": "minor", "labels": ["dependency/minor"], "packageNames": ["common"], - "groupName": ["internal minor dep"] + "groupName": ["internal minor dep"], + "schedule": [ + "on tuesday" + ] }, { "matchDatasources": ["helm"], @@ -56,7 +62,10 @@ "bumpVersion": "patch", "labels": ["dependency/patch"], "packageNames": ["common"], - "groupName": ["internal patch dep"] + "groupName": ["internal patch dep"], + "schedule": [ + "on tuesday" + ] }, // // External helm deps diff --git a/.github/workflows/housekeeping.yaml b/.github/workflows/housekeeping.yaml index c6db08d0692..f8a1b1d0358 100644 --- a/.github/workflows/housekeeping.yaml +++ b/.github/workflows/housekeeping.yaml @@ -112,6 +112,10 @@ jobs: --template-files="/home/runner/work/apps/apps/templates/docs/common-helm-values.md.gotmpl" \ --chart-search-root="/home/runner/work/apps/apps/charts/library/common" + - name: run pre-commit checks + continue-on-error: true + uses: pre-commit/action@v2.0.3 + - uses: dorny/paths-filter@v2 id: filter with: @@ -149,11 +153,6 @@ jobs: pybump bump --file ./charts/${train}/${chart}/Chart.yaml --level patch done - - name: run pre-commit checks - continue-on-error: true - uses: pre-commit/action@v2.0.3 - - - name: Copy general readme to website run: | yes | cp -rf index.yaml docs/index.yaml || echo "chart-index copy failed, continuing..." @@ -192,7 +191,6 @@ jobs: - name: Cleanup run: | rm -rf changes.json - rm -rf /home/runner/work/apps/apps/charts/library/common/helm-values.md - name: Commit and Push Housekeeping run: | diff --git a/templates/docs/CONFIG.md.gotmpl b/templates/docs/CONFIG.md.gotmpl index e7bc05251d7..69dafec3c13 100644 --- a/templates/docs/CONFIG.md.gotmpl +++ b/templates/docs/CONFIG.md.gotmpl @@ -8,10 +8,11 @@ If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide: https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/ - ##### Available config options In the future this page is going to contain an automated list of options available in the installation/edit UI. {{- end -}} {{ template "custom.custom.configuration" . }} +--- + {{ template "custom.copyright" . }}