Better defaults
All checks were successful
renovate config check / renovate-config-validator (pull_request) Successful in 10s
All checks were successful
renovate config check / renovate-config-validator (pull_request) Successful in 10s
This commit is contained in:
parent
4d5dd01593
commit
3e4a1acf9d
@ -19,5 +19,5 @@ jobs:
|
||||
RENOVATE_CONFIG_FILE: "config.js"
|
||||
GITHUB_COM_TOKEN: ${{ secrets.GH_COM_TOKEN }}
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||
RENOVATE_ONBOARDING_CONFIG: '{"$$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["local>renovate-bot/renovate-config"] }'
|
||||
RENOVATE_ONBOARDING_CONFIG: '{"$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["local>renovate-bot/renovate-config"] }'
|
||||
|
||||
|
@ -2,7 +2,7 @@ module.exports = {
|
||||
"endpoint": "https://git.vbrandl.net/api/v1",
|
||||
"gitAuthor": "Renovate Bot <renovate@vbrandl.net>",
|
||||
"platform": "gitea",
|
||||
"onboardingConfigFileName": "renovate.json",
|
||||
"onboardingConfigFileName": "renovate.json5",
|
||||
"autodiscover": true,
|
||||
"forkProcessing": "disabled",
|
||||
"dryRun": null,
|
||||
|
Loading…
Reference in New Issue
Block a user