Skip to content

chore: add renovatebot, remove dependabot #28870

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

Closed
wants to merge 2 commits into from
Closed

chore: add renovatebot, remove dependabot #28870

wants to merge 2 commits into from

Conversation

liamdebeasi
Copy link
Contributor

@liamdebeasi liamdebeasi commented Jan 23, 2024

Issue number: Internal


What is the current behavior?

The team would like to have dependencies managed for our E2E test applications. The goal is to let us catch issues such as #28846 shortly after the dependency is released instead of waiting for developers to report issues.

What is the new behavior?

I made two changes:

  1. Added a renovate.json config that watches JS Framework dependencies (as tooling such as Vite) in our E2E test applications. I decided to start with these dependencies for now since we tend to watch those on other repos such as Ionic Docs.
  2. We have other dependencies managed by Dependabot. Rather than have 2 dependency managers running, I decided to move the existing Dependabot config to Renovatebot. The same dependencies will be managed, but I did group related deps in the same group. This means that we will, for example, be able to review multiple Stencil deps updates in a single PR.

Does this introduce a breaking change?

  • Yes
  • No

Other information

@liamdebeasi liamdebeasi deleted the renovate branch February 14, 2024 03:29
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.

1 participant