Compare commits

..

8 Commits

Author SHA1 Message Date
renovate-bot de0f262dbc Update actions/checkout action to v7 2026-06-19 14:02:07 +00:00
Dnny44 3717c11b00 Merge pull request 'Update actions/checkout action to v6' (#4) from renovate/actions-checkout-6.x into main
renovate / renovate (push) Successful in 2m24s
Reviewed-on: #4
2025-12-08 09:25:06 -06:00
renovate-bot 8bfa4268b5 Update actions/checkout action to v6 2025-11-21 14:02:26 +00:00
Dnny44 8085f397d4 Merge pull request 'Configure Renovate' (#1) from renovate/configure into main
renovate / renovate (push) Successful in 2m9s
Reviewed-on: #1
2025-11-12 21:29:32 +00:00
Dnny44 42f7b936a3 Merge branch 'main' into renovate/configure 2025-11-12 21:29:16 +00:00
renovate-bot 1212ae247f Update config.js
renovate / renovate (push) Successful in 2m24s
2025-10-22 17:37:43 +00:00
renovate-bot d349f01185 Add renovate.json 2025-10-22 17:37:25 +00:00
renovate-bot a732c34e7e Update .gitea/workflows/renovate.yaml
renovate / renovate (push) Failing after 2m15s
2025-10-22 17:35:22 +00:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ on:
branches:
- main
schedule: # runs this workflow at the scheduled time (uses UTC, adjust for your timezone)
- cron: "0 12 * * *"
- cron: "0 14 * * *"
push: # runs this workflow when pushes to the main branch are made
branches:
- main
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- run: renovate
env:
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
+1 -1
View File
@@ -2,7 +2,7 @@ module.exports = {
platform: 'gitea',
endpoint: 'https://git.donnymims.com/api/v1/', // set this to the url of your gitea instance
gitAuthor: 'Renovate Bot <renovate@donnymims.com>', // set the email address to whatever email your gave this user in your gitea
username: 'renovate',
username: 'renovate-bot',
autodiscover: true,
onboardingConfig: {
$schema: 'https://docs.renovatebot.com/renovate-schema.json',