New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@scaleway/changesets-renovate

Package Overview
Dependencies
Maintainers
0
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scaleway/changesets-renovate

Automatically create changesets for Renovate

  • 2.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
903
decreased by-42.04%
Maintainers
0
Weekly downloads
 
Created
Source

@scaleway/changesets-renovate

Automatically create changesets for Renovate

Install

$ pnpm add --global @scaleway/changesets-renovate

Usage

This package is a very simple CLI:

changesets-renovate

To skip committing the changeset.

SKIP_COMMIT=TRUE changesets-renovate

To have a custom prefix for renovate branch name instead of renovate/

BRANCH_PREFIX=dep-upgrade changesets-renovate

To skip checking the branch name starts renovate/

SKIP_BRANCH_CHECK=TRUE changesets-renovate

To sort both the package bumps and update messages alphabetically

SORT_CHANGESETS=TRUE changesets-renovate

Example:

Unsorted:

---
'package-z': patch
'package-a': patch
---

Updated dependency `@company/zzz` to `0.228.0`.
Updated dependency `@company/aaa` to `1.1.15`.
Updated dependency `@company/zzz-backend` to `^0.228.0`.

Sorted:

---
'package-a': patch
'package-z': patch
---

Updated dependency `@company/aaa` to `1.1.15`.
Updated dependency `@company/zzz-backend` to `^0.228.0`.
Updated dependency `@company/zzz` to `0.228.0`.

It's inspired by this GitHub Action from Backstage: https://github.com/backstage/backstage/blob/master/.github/workflows/sync_renovate-changesets.yml

Keywords

FAQs

Package last updated on 10 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc