From e62b7dde03e7acb2b5e40ef62f5f6f749ebd12eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 20:56:18 +0100 Subject: [PATCH] chore(deps): update quay.io/thegeeklab/lhci docker tag to v0.13 (#478) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Robert Kaussow --- .lighthouserc.yml | 18 ++++++++++++++++-- .woodpecker/test.yml | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.lighthouserc.yml b/.lighthouserc.yml index 28f7b58..0e7617a 100644 --- a/.lighthouserc.yml +++ b/.lighthouserc.yml @@ -9,8 +9,18 @@ ci: - http://localhost/posts/usage/getting-started/ settings: chromeFlags: "--no-sandbox" - onlyCategories: ['performance', 'accessibility', 'best-practices', 'seo'] - skipAudits: ["color-contrast", "uses-long-cache-ttl", "csp-xss", "bf-cache", "is-crawlable", "image-size-responsive"] + onlyCategories: ["performance", "accessibility", "best-practices", "seo"] + skipAudits: + [ + "color-contrast", + "uses-long-cache-ttl", + "csp-xss", + "bf-cache", + "is-crawlable", + "image-size-responsive", + "render-blocking-resources", + "largest-contentful-paint" + ] assert: preset: "lighthouse:no-pwa" assertions: @@ -21,6 +31,10 @@ ci: bf-cache: off is-crawlable: off image-size-responsive: off + render-blocking-resources: off + largest-contentful-paint: off + total-byte-weight: warn + identical-links-same-purpose: warn tap-targets: warn unsized-images: warn # FIXME: https://github.com/GoogleChrome/lighthouse/issues/11460 diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 85ee214..0378ccd 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -41,7 +41,7 @@ steps: - lychee --no-progress --format detailed exampleSite/content/ README.md - name: page-validation - image: quay.io/thegeeklab/lhci:0.12 + image: quay.io/thegeeklab/lhci:0.13 group: test commands: - lhci autorun