Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ updates:
interval: daily
labels:
- "pr:ci"
groups:
stream-conventions:
patterns:
- "GetStream/stream-build-conventions-android"

- package-ecosystem: gradle
directory: /
Expand All @@ -21,3 +25,7 @@ updates:
- dependency-name: "io.getstream.java.library"
- dependency-name: "io.getstream.java.platform"
- dependency-name: "io.getstream.publish"
groups:
stream-conventions:
patterns:
- "io.getstream.*"
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:

jobs:
android-ci:
uses: GetStream/stream-build-conventions-android/.github/workflows/android-ci.yml@v0.11.0
uses: GetStream/stream-build-conventions-android/.github/workflows/android-ci.yml@v0.12.1
secrets: inherit
with:
api-check: false
3 changes: 1 addition & 2 deletions .github/workflows/pr-clean-stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ on:
permissions:
contents: write
pull-requests: write
issues: write

jobs:
pr-clean-stale:
uses: GetStream/stream-build-conventions-android/.github/workflows/pr-clean-stale.yaml@v0.11.0
uses: GetStream/stream-build-conventions-android/.github/workflows/pr-clean-stale.yaml@v0.12.1
secrets: inherit
3 changes: 1 addition & 2 deletions .github/workflows/pr-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ on:
permissions:
contents: read
pull-requests: write
issues: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
pr-checklist:
uses: GetStream/stream-build-conventions-android/.github/workflows/pr-quality.yml@v0.11.0
uses: GetStream/stream-build-conventions-android/.github/workflows/pr-quality.yml@v0.12.1
secrets: inherit
3 changes: 2 additions & 1 deletion .github/workflows/publish-new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
permissions:
contents: write
needs: pre_release_check
uses: GetStream/stream-build-conventions-android/.github/workflows/release.yml@v0.11.0
uses: GetStream/stream-build-conventions-android/.github/workflows/release.yml@v0.12.1
with:
bump: ${{ inputs.bump }}
secrets:
Expand All @@ -40,3 +40,4 @@ jobs:
signing-key: ${{ secrets.SIGNING_KEY }}
signing-key-id: ${{ secrets.SIGNING_KEY_ID }}
signing-key-password: ${{ secrets.SIGNING_PASSWORD }}
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_ANDROID_CICD }}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ retrofit = "3.0.0"
ksp = "2.2.0-2.0.2"
robolectric = "4.15.1"
detekt = "1.23.8"
streamConventions = "0.11.0"
streamConventions = "0.12.1"
annotationJvm = "1.9.1"

[libraries]
Expand Down
Loading