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:
- main
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
branches:
- main
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js

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-bot',
username: 'renovate',
autodiscover: true,
onboardingConfig: {
$schema: 'https://docs.renovatebot.com/renovate-schema.json',