build(deps): add Dependabot configuration#239
Open
vlakoff wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #239 +/- ##
=========================================
Coverage 71.72% 71.72%
Complexity 999 999
=========================================
Files 49 49
Lines 3158 3158
=========================================
Hits 2265 2265
Misses 893 893 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
|
We could even use Given the low dependency count and low churn, it would lower the maintenance burden further, while remaining active enough. Feel free to go with whichever intervals feel right. |
Adds .github/dependabot.yml to automate dependency update PRs for both Composer and npm, on a monthly schedule.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds automated dependency update tracking via Dependabot (quickstart guide).
What
Adds
.github/dependabot.ymlwith monthly update checks for:Why
Dependency updates have been handled manually so far.
For instance, running
npm installrecently bumped pixelmatch from 7.1.0 to 7.2.0 locally, with no automated mechanism to catch and PR that update.Notes