Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8af7a7ecd9 |
@@ -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
|
||||
@@ -32,7 +32,7 @@
|
||||
"electron": "^14.0.0",
|
||||
"electron-builder": "~22.11.7",
|
||||
"electron-rebuild": "^3.2.3",
|
||||
"typescript": "~4.3.5"
|
||||
"typescript": "~4.9.0"
|
||||
},
|
||||
"keywords": [
|
||||
"capacitor",
|
||||
|
||||
Reference in New Issue
Block a user