Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add shared version control for all implementations of pnpm #529

Merged
merged 2 commits into from
May 29, 2023

Commits on May 29, 2023

  1. chore: regexManager for pnpm upgrades

    Version management for the Github action `pnpm/setup-pnpm` has been
    added via a regexManager rule. This is due to a limitation of the action
    not having a means to specify a directory where a `package.json` can
    live. This means rather than relying on the versioning of a package
    manager specified in there, a version has to be set for the action.
    
    The regexManager rule is based on a pre-existing pattern made by
    renovate.
    
    https://docs.renovatebot.com/presets-regexManagers/
    therealvio committed May 29, 2023
    Configuration menu
    Copy the full SHA
    0de35b1 View commit details
    Browse the repository at this point in the history
  2. chore: sort packageRules

    therealvio committed May 29, 2023
    Configuration menu
    Copy the full SHA
    0f77a82 View commit details
    Browse the repository at this point in the history