Skip to content

Commit

Permalink
Netlify: upgrade @netlify/plugin-lighthouse (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm authored Nov 16, 2024
1 parent 3bff225 commit d96583c
Show file tree
Hide file tree
Showing 4 changed files with 1,697 additions and 60 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@
},

// Everything else
{
matchPackageNames: [
'/^@netlify/'
],
enabled: false
},
{
matchDepTypes: ['optionalDependencies', 'peerDependencies', 'engines'],
enabled: false,
Expand Down
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
package = "netlify-plugin-submit-sitemap"

[[context.deploy-preview.plugins]]
# Also install in the UI to get results on build pages
# https://app.netlify.com/plugins/@netlify/plugin-lighthouse/install
package = "@netlify/plugin-lighthouse"
[[context.deploy-preview.plugins.inputs.audits]]
path = ""
output_path = "lighthouse.html"
[[context.deploy-preview.plugins.inputs.audits]]
path = "blog/starting-a-metalsmith-project"
output_path = "lighthouse.html"
Loading

0 comments on commit d96583c

Please sign in to comment.