Compare commits

..

4 Commits

Author SHA1 Message Date
rodydavis d0c1a5a47a Merge pull request 'chore: update submodules' (#12) from update-submodules into main
Update README / update-readme (push) Successful in 32s
Reviewed-on: #12
2026-07-06 20:33:36 -07:00
gitea-actions dc1767289d chore: update submodules 2026-07-06 00:00:44 +00:00
rodydavis 1e71601594 ci: remove renovate workflow 2026-07-04 19:34:07 -07:00
rodydavis 3064ce48e2 ci: limit renovate workflow concurrency to one at a time
Renovate / renovate (push) Successful in 57s
2026-06-26 20:04:03 -07:00
4 changed files with 3 additions and 26 deletions
-23
View File
@@ -1,23 +0,0 @@
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 {
api 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.android.play:review:2.0.2'
implementation 'com.google.android.play:review:2.0.1'
}