Skip to content

Commit d65ecce

Browse files
runningcodeclaude
andauthored
chore: Replace custom Gradle wrapper updater with Dependabot (#5421)
Remove the custom `scripts/update-gradle.sh` script and its corresponding `gradle-wrapper` job in the `update-deps.yml` workflow. The existing Dependabot `gradle` package ecosystem already handles Gradle wrapper updates, making this custom machinery redundant. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9745881 commit d65ecce

2 files changed

Lines changed: 0 additions & 57 deletions

File tree

.github/workflows/update-deps.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,3 @@ jobs:
2323
path: scripts/update-sentry-native-ndk.sh
2424
name: Native SDK
2525
ssh-key: ${{ secrets.CI_DEPLOY_KEY }}
26-
27-
gradle-wrapper:
28-
runs-on: ubuntu-latest
29-
steps:
30-
- uses: getsentry/github-workflows/updater@26f565c05d0dd49f703d238706b775883037d76b # v3
31-
with:
32-
path: scripts/update-gradle.sh
33-
name: Gradle
34-
pattern: '^v[0-9.]+$' # only match non-preview versions
35-
ssh-key: ${{ secrets.CI_DEPLOY_KEY }}

scripts/update-gradle.sh

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)