diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f4f6bde --- /dev/null +++ b/.gitignore @@ -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 \ No newline at end of file diff --git a/renovate.json5 b/renovate.json5 new file mode 100644 index 0000000..f7cfd23 --- /dev/null +++ b/renovate.json5 @@ -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/*', + ] +}