35 lines
839 B
JSON
35 lines
839 B
JSON
|
|
{
|
||
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||
|
|
"platform": "gitea",
|
||
|
|
"endpoint": "https://code.lotusguild.org",
|
||
|
|
"repositories": [
|
||
|
|
"LotusGuild/pulse",
|
||
|
|
"LotusGuild/gandalf",
|
||
|
|
"LotusGuild/heist-crew",
|
||
|
|
"LotusGuild/hwmonDaemon",
|
||
|
|
"LotusGuild/analyzeOSDs",
|
||
|
|
"LotusGuild/tinker_tickets"
|
||
|
|
],
|
||
|
|
"onboarding": false,
|
||
|
|
"requireConfig": "optional",
|
||
|
|
"automerge": false,
|
||
|
|
"labels": ["dependencies"],
|
||
|
|
"prHourlyLimit": 5,
|
||
|
|
"prConcurrentLimit": 10,
|
||
|
|
"schedule": ["before 6am on Monday"],
|
||
|
|
"packageRules": [
|
||
|
|
{
|
||
|
|
"matchDepTypes": ["devDependencies"],
|
||
|
|
"automerge": true,
|
||
|
|
"automergeType": "pr",
|
||
|
|
"automergeStrategy": "squash"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"matchUpdateTypes": ["patch"],
|
||
|
|
"automerge": true,
|
||
|
|
"automergeType": "pr",
|
||
|
|
"automergeStrategy": "squash"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|