Skip to content

Commit 01deeac

Browse files
authored
build(ci): Make dependabot actually update the sentry-cli versions (#10509)
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). See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#versioning-strategy See #10496 for how that does not correctly bump right now.
1 parent f47d11f commit 01deeac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ updates:
1515
allow:
1616
- dependency-name: "@sentry/cli"
1717
- dependency-name: "@sentry/vite-plugin"
18+
versioning-strategy: increase
1819
commit-message:
1920
prefix: feat
2021
prefix-development: feat

0 commit comments

Comments
 (0)