Files

20 lines
354 B
Plaintext
Raw Permalink Normal View History

2025-06-05 08:21:13 +00:00
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'config:recommended'
],
prHourlyLimit: 0,
timezone: 'Asia/Kolkata',
schedule: [
'before 8am on Saturday',
'before 8am on Sunday'
],
ignorePaths: [
'mailrise/*',
'minio/*',
'portainer-agent/*',
'portainer/*',
'qbittorrent/*',
]
}