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: configure dependabot for monthly npm/composer update PRs #93

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

dustin-jw
Copy link
Contributor

@dustin-jw dustin-jw commented Oct 18, 2023

Description

This sets up dependabot to create update PRs for npm/composer dependencies on a monthly schedule. To make the process of validating updates simple without risking unexpected breaking changes, the updates are grouped by minor/patch version vs. major version updates, by development vs. production dependencies, and by composer vs. npm dependencies.

Here's a PR for another project for adding a very similar config, and here's an example dependabot PR that updated all dev dependencies. The open question about this PR's config is whether Composer behaves the same way as npm.

Closes #92

To Validate

  1. Make sure all PR Checks have passed
  2. We can't validate what dependabot will do until this file is on main, but you can check the configuration options to make sure our usage is valid

Copy link
Contributor

@rise-erpelding rise-erpelding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems like it will probably work ok!

@dustin-jw dustin-jw merged commit c3c0bb7 into main Oct 20, 2023
1 check passed
@dustin-jw dustin-jw deleted the chore--dependabot branch October 20, 2023 15:34
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.

Set up dependabot
2 participants