Add .gitignore and renovate.json5
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
$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/*',
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user