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
3e2965505e
commit
4d4be98fc6
@ -19,4 +19,5 @@ jobs:
|
|||||||
RENOVATE_CONFIG_FILE: "config.js"
|
RENOVATE_CONFIG_FILE: "config.js"
|
||||||
GITHUB_COM_TOKEN: ${{ secrets.GH_COM_TOKEN }}
|
GITHUB_COM_TOKEN: ${{ secrets.GH_COM_TOKEN }}
|
||||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
RENOVATE_ONBOARDING_CONFIG: '{"$$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended"] }'
|
RENOVATE_ONBOARDING_CONFIG: '{"$$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["local>renovate-bot/renovate-config"] }'
|
||||||
|
|
||||||
|
@ -2,8 +2,10 @@ module.exports = {
|
|||||||
"endpoint": "https://git.vbrandl.net/api/v1",
|
"endpoint": "https://git.vbrandl.net/api/v1",
|
||||||
"gitAuthor": "Renovate Bot <renovate@vbrandl.net>",
|
"gitAuthor": "Renovate Bot <renovate@vbrandl.net>",
|
||||||
"platform": "gitea",
|
"platform": "gitea",
|
||||||
"onboardingConfigFileName": "renovate.json",
|
"onboardingConfigFileName": "renovate.json5",
|
||||||
"autodiscover": true,
|
"autodiscover": true,
|
||||||
|
"forkProcessing": "disabled",
|
||||||
|
"dryRun": null,
|
||||||
"optimizeForDisabled": true,
|
"optimizeForDisabled": true,
|
||||||
"automerge": false,
|
"automerge": false,
|
||||||
};
|
};
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["github>renovatebot/.github", ":dependencyDashboard"],
|
"extends": ["config:recommended"],
|
||||||
"prCreation": "immediate",
|
"semanticCommits": "enabled",
|
||||||
|
"automerge": false,
|
||||||
"nix": {
|
"nix": {
|
||||||
"enabled": false
|
"enabled": false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user