Compare commits
7 Commits
ac74f1ea9f
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
3717c11b00
|
|||
| 8bfa4268b5 | |||
|
8085f397d4
|
|||
|
42f7b936a3
|
|||
| 1212ae247f | |||
| d349f01185 | |||
| a732c34e7e |
@@ -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@v6
|
||||
- run: renovate
|
||||
env:
|
||||
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user