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

Create Renovate config file #804

Merged
merged 2 commits into from
Nov 11, 2020
Merged

Create Renovate config file #804

merged 2 commits into from
Nov 11, 2020

Conversation

stephenwade
Copy link
Contributor

@stephenwade stephenwade commented Nov 3, 2020

What I did

Created a config file for Renovate, which we can use to automatically update our dependencies.

Alternative to #801, closes #780.

@changeset-bot
Copy link

changeset-bot bot commented Nov 3, 2020

⚠️ No Changeset found

Latest commit: 1ceddf0

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

renovate.json5 Outdated Show resolved Hide resolved
@LarsDenBakker
Copy link
Member

@daKmoR this seems like a good approach to me, what do you think?

@stephenwade
Copy link
Contributor Author

FYI to copy from #780, here's the workflow I imagine for this config:

  • Renovate is configured to automatically merge any minor version bumps (as long as tests pass). These wouldn't have changeset entries, so they wouldn't trigger a release, but any changes would be included in the next release.
  • Renovate will not automatically merge major dependency updates. This will allow us to add a changeset entry before merging if we want the update to trigger a version bump.

renovate.json5 Outdated Show resolved Hide resolved
Co-authored-by: Thomas Allmer <d4kmor@gmail.com>
@daKmoR daKmoR merged commit f747365 into modernweb-dev:master Nov 11, 2020
@daKmoR
Copy link
Member

daKmoR commented Nov 11, 2020

thank you 🤗

let's try this out 💪

@stephenwade stephenwade deleted the patch-1 branch November 11, 2020 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dependency updates with Renovate
3 participants