Compare commits
5 Commits
d349f01185
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
3717c11b00
|
|||
| 8bfa4268b5 | |||
|
8085f397d4
|
|||
|
42f7b936a3
|
|||
| 1212ae247f |
@@ -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@v4
|
- uses: actions/checkout@v6
|
||||||
- run: renovate
|
- run: renovate
|
||||||
env:
|
env:
|
||||||
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
|
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
|
||||||
|
|||||||
@@ -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',
|
username: 'renovate-bot',
|
||||||
autodiscover: true,
|
autodiscover: true,
|
||||||
onboardingConfig: {
|
onboardingConfig: {
|
||||||
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
||||||
|
|||||||
Reference in New Issue
Block a user