Compare commits

..

1 Commits

Author SHA1 Message Date
rodydavis 35f6e0a383 Update dependency com.google.android.play:review to v2.0.2 2026-06-13 06:04:00 +00:00
4 changed files with 26 additions and 3 deletions
+23
View File
@@ -0,0 +1,23 @@
name: Renovate
on:
schedule:
- cron: "0 * * * *" # Triggers hourly
push:
branches:
- main
workflow_dispatch: # Allows manual triggering from the Gitea UI
jobs:
renovate:
runs-on: ubuntu-latest
container:
image: ghcr.io/renovatebot/renovate:latest
env:
RENOVATE_PLATFORM: gitea
RENOVATE_ENDPOINT: https://git.rodydavis.dev/api/v1
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
RENOVATE_AUTODISCOVER: false
RENOVATE_REPOSITORIES: ${{ github.repository }}
steps:
- name: Run Renovate
run: renovate
+1 -1
View File
@@ -36,5 +36,5 @@ android {
dependencies { dependencies {
api 'androidx.legacy:legacy-support-v4:1.0.0' api 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.android.play:review:2.0.1' implementation 'com.google.android.play:review:2.0.2'
} }