2 Commits

Author SHA1 Message Date
rodydavis 53bcc28443 ci: remove renovate workflow
Build and Deploy / build-and-deploy (push) Successful in 3m51s
2026-07-04 19:34:11 -07:00
rodydavis 92d1f986ed ci: limit renovate workflow concurrency to one at a time
Renovate / renovate (push) Successful in 1m43s
Build and Deploy / build-and-deploy (push) Successful in 5m0s
2026-06-26 20:05:28 -07:00
2 changed files with 1 additions and 24 deletions
-23
View File
@@ -1,23 +0,0 @@
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
View File
@@ -30,7 +30,7 @@
},
"devDependencies": {
"electron": "^14.0.0",
"electron-builder": "~22.14.0",
"electron-builder": "~22.11.7",
"electron-rebuild": "^3.2.3",
"typescript": "~4.3.5"
},