Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dc1767289d | |||
| 1e71601594 | |||
| 3064ce48e2 |
@@ -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
@@ -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.2'
|
implementation 'com.google.android.play:review:2.0.1'
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
Submodule packages/open_xml updated: 1c8774a605...f5a2b493c4
+1
-1
Submodule packages/signals updated: 157794c620...57a1ace989
Reference in New Issue
Block a user