Add .gitignore and renovate.json5
This commit is contained in:
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
!.vscode/*.code-snippets
|
||||
|
||||
# Local History for Visual Studio Code
|
||||
.history/
|
||||
|
||||
# Built Visual Studio Code Extensions
|
||||
*.vsix
|
||||
|
||||
# Custom
|
||||
.env
|
19
renovate.json5
Normal file
19
renovate.json5
Normal file
@@ -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