7 Commits
Author SHA1 Message Date
nolan a73a6faad1 Update .gitea/workflows/renovate.yaml
renovate / renovate (push) Successful in 4m14s
2025-08-25 16:34:41 -05:00
nolan ecbdf2e81c Update .gitea/workflows/renovate.yaml
renovate / renovate (push) Failing after 16s
2025-08-25 16:33:14 -05:00
nolan 1e1c6c6d62 revert 4e5302c15a
renovate / renovate (push) Successful in 2m30s
revert Merge pull request 'Update actions/checkout action to v5' (#3) from renovate/actions-checkout-5.x into main

Reviewed-on: #3
2025-08-21 22:33:47 -05:00
nolan 4e5302c15a Merge pull request 'Update actions/checkout action to v5' (#3) from renovate/actions-checkout-5.x into main
renovate / renovate (push) Failing after 27s
Reviewed-on: #3
2025-08-18 10:45:21 -05:00
update-bot 1438a26831 Update actions/checkout action to v5 2025-08-12 10:02:31 +00:00
update-bot 8ed734b4e6 Update .gitea/workflows/renovate.yaml
renovate / renovate (push) Successful in 2m9s
2025-06-03 09:46:16 -05:00
update-bot 99520e6c38 Update .gitea/workflows/renovate.yaml
renovate / renovate (push) Successful in 40s
2025-06-03 09:03:24 -05:00
+2 -2
View File
@@ -5,7 +5,7 @@ on:
branches: branches:
- main - main
schedule: # runs this workflow at the scheduled time (uses UTC, adjust for your timezone) schedule: # runs this workflow at the scheduled time (uses UTC, adjust for your timezone)
- cron: "0 12 * * *" - cron: "0 10 * * *"
push: # runs this workflow when pushes to the main branch are made push: # runs this workflow when pushes to the main branch are made
branches: branches:
- main - main
@@ -21,4 +21,4 @@ jobs:
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
LOG_LEVEL: "debug" LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }} # optional GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_COM_TOKEN }} # optional