Compare commits

...
Author SHA1 Message Date
update-bot 304c5ba34d Update actions/checkout action to v7 2026-06-19 10:03:46 +00:00
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
nolan a4cdd0e4ea Merge pull request 'Configure Renovate' (#1) from renovate/configure into main
renovate / renovate (push) Successful in 30s
Reviewed-on: #1
2025-06-02 21:25:11 -05:00
update-bot a41100afec Add renovate.json 2025-06-03 01:01:12 +00:00
2 changed files with 9 additions and 3 deletions
+3 -3
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
@@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:latest container: ghcr.io/renovatebot/renovate:latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v7
- run: renovate - run: renovate
env: env:
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
+6
View File
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}