diff --git a/.changes/config.json b/.changes/config.json index 7ff7e38..39c5177 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -4,9 +4,7 @@ "javascript": { "version": true, "getPublishedVersion": "npm view ${ pkg.pkg } version --silent", - "prepublish": [ - "pnpm install --no-optional" - ], + "prepublish": ["pnpm install --no-optional"], "publish": [ [ { diff --git a/renovate.json b/renovate.json index 39a2b6e..043faf7 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base" - ] + "extends": ["config:base", ":disableDependencyDashboard"] }