mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
0e6aad89dc
commit
b9d0ef311b
1 changed files with 9 additions and 1 deletions
|
|
@ -96,7 +96,15 @@ renovate:
|
|||
# -- Custom exiting global renovate config
|
||||
#existingConfigFile: "/config/renovate.json"
|
||||
# -- Inline global renovate config.json
|
||||
config: ""
|
||||
config: |
|
||||
{
|
||||
"platform": "gitlab",
|
||||
"endpoint": "https://gitlab.com/api/v4",
|
||||
"autodiscover": "false",
|
||||
"dryRun": false,
|
||||
"printConfig": false,
|
||||
"repositories": ["durfy/DurpCLI"]
|
||||
}
|
||||
# See https://docs.renovatebot.com/self-hosted-configuration
|
||||
# config: |
|
||||
# {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue