Compare commits

..

1 Commits

Author SHA1 Message Date
ac74f1ea9f Add renovate.json 2025-10-22 16:46:46 +00:00
2 changed files with 3 additions and 3 deletions

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 14 * * *" - cron: "0 12 * * *"
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,7 +15,7 @@ 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@v6 - uses: actions/checkout@v4
- run: renovate - run: renovate
env: env:
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js

View File

@@ -2,7 +2,7 @@ module.exports = {
platform: 'gitea', platform: 'gitea',
endpoint: 'https://git.donnymims.com/api/v1/', // set this to the url of your gitea instance 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 gitAuthor: 'Renovate Bot <renovate@donnymims.com>', // set the email address to whatever email your gave this user in your gitea
username: 'renovate-bot', username: 'renovate',
autodiscover: true, autodiscover: true,
onboardingConfig: { onboardingConfig: {
$schema: 'https://docs.renovatebot.com/renovate-schema.json', $schema: 'https://docs.renovatebot.com/renovate-schema.json',