diff --git a/.github/workflows/yarn-upgrade-bot.yml b/.github/workflows/yarn-upgrade-bot.yml index ee94538a5..dc6a9e7c5 100644 --- a/.github/workflows/yarn-upgrade-bot.yml +++ b/.github/workflows/yarn-upgrade-bot.yml @@ -42,3 +42,4 @@ jobs: title: "Update `yarn.lock` with latest dependencies" body: "This PR updates the `yarn.lock` file with the latest compatible dependencies. The chagnes to the lockfile must be reviewed; to run the tests, mark the PR as ready-for-review." labels: dependency_updates,javascript + draft: always-true