Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f3e748d9c7 |
@@ -0,0 +1,23 @@
|
|||||||
|
name: Renovate
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: "0 * * * *" # Triggers hourly
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
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
@@ -20,7 +20,7 @@
|
|||||||
"@capacitor/splash-screen": "latest",
|
"@capacitor/splash-screen": "latest",
|
||||||
"@capacitor/status-bar": "^1.0.7",
|
"@capacitor/status-bar": "^1.0.7",
|
||||||
"@material/mwc-button": "^0.25.3",
|
"@material/mwc-button": "^0.25.3",
|
||||||
"@material/mwc-dialog": "^0.21.0",
|
"@material/mwc-dialog": "^0.27.0",
|
||||||
"@material/mwc-drawer": "^0.21.0",
|
"@material/mwc-drawer": "^0.21.0",
|
||||||
"@material/mwc-icon": "^0.25.3",
|
"@material/mwc-icon": "^0.25.3",
|
||||||
"@material/mwc-icon-button": "^0.21.0",
|
"@material/mwc-icon-button": "^0.21.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user