From e8b69ef0eb07d99dd3103558ac7cddd673f27023 Mon Sep 17 00:00:00 2001 From: Francesco Novy Date: Tue, 6 Feb 2024 08:36:54 +0100 Subject: [PATCH] build(ci): Make dependabot actually update the sentry-cli versions Currently, it is only updating the yarn.lock, which is not really what we want, we want the version in the package.json to be raised, which is what this does (I believe). --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 43d75c60ba14..6a938d15facc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,6 +15,7 @@ updates: allow: - dependency-name: "@sentry/cli" - dependency-name: "@sentry/vite-plugin" + versioning-strategy: increase commit-message: prefix: feat prefix-development: feat