diff --git a/.github/renovate.json b/.github/renovate.json index bd9733c2..7765e752 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -8,6 +8,7 @@ ":configMigration", "abandonments:recommended" ], + "commitMessagePrefix": "Chore:", "commitMessageLowerCase": "never", "labels": ["dependency"] } diff --git a/.github/workflows/nginx-documentation-build.yml b/.github/workflows/nginx-documentation-build.yml index 0df7ba5e..40923668 100644 --- a/.github/workflows/nginx-documentation-build.yml +++ b/.github/workflows/nginx-documentation-build.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout hugo theme - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.7.1 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 0 # This is required for hugo Lastmod to function properly