From 12584549cccb2b0ee596ca8245ce3a31dd0f2d81 Mon Sep 17 00:00:00 2001 From: Lucas Werkmeister Date: Wed, 15 Nov 2023 12:44:38 +0100 Subject: [PATCH] Add dependabot update hint to README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dependabot PRs are much easier to merge than custom PRs (don’t need a separate second reviewer), so here’s how to create more of them. This somewhat contradicts the previous paragraphs about grouping commits together, but in my experience during recent chores, there are quite many outdated packages that don’t really need to be grouped with anything else, and where merging the dependabot PR is actually fine. Bug: T350664 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 72531037..e0947295 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,10 @@ For example, this can be one commit for each of: Make sure that all checks still pass for every commit. +When using dependabot to update dependencies (where there is nothing to group), +you can trigger a new dependabot run (to potentially open additional pull requests) +at [Insights > Dependency graph > Dependabot](https://github.com/wmde/new-lexeme-special-page/network/updates) > Recent update jobs > Check for updates. + Once all dependency updates are merged, update the submodule version in WikibaseLexeme (see below). ## Updating the submodule version in WikibaseLexeme