Skip to content

Commit

Permalink
chore: disable Renovate for @previewjs/loader-release package
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts committed Jan 3, 2024
1 parent 66a08f7 commit ea737db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"@previewjs/core",
"@previewjs/iframe",
"@previewjs/loader",
"@previewjs/loader-release",
"@previewjs/plugin-preact",
"@previewjs/plugin-react",
"@previewjs/plugin-solid",
Expand Down
1 change: 1 addition & 0 deletions scripts/release-apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ async function main() {
path.join(releaseDirPath, "package.json"),
JSON.stringify(
{
name: "@previewjs/loader-release",
dependencies: {
"@previewjs/core": coreVersion,
"@previewjs/plugin-preact": preactPluginVersion,
Expand Down

0 comments on commit ea737db

Please sign in to comment.