diff --git a/.vscode/settings.json b/.vscode/settings.json index b1f7bb1..89c3cb2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,9 +6,7 @@ "editor.renderWhitespace": "boundary", "editor.formatOnSave": true, "editor.formatOnType": true, - "editor.rulers": [ - 116 - ], + "editor.rulers": [116], // cSpell settings for custom dictionary "cSpell.enabled": true, "cSpell.caseSensitive": false, @@ -54,5 +52,15 @@ }, "custom": true }, - "editor.defaultFormatter": "esbenp.prettier-vscode" + "editor.defaultFormatter": "esbenp.prettier-vscode", + "workbench.editorAssociations": { + "*.svg": "editor.excalidraw", + "*.excalidraw.png": "editor.excalidraw" + }, + "excalidraw.theme": "dark", + "excalidraw.image": { + "exportScale": 1, + "exportWithBackground": true, + "exportWithDarkMode": true + } } diff --git a/README.md b/README.md index 01e2304..a055103 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ Renovate-bot instance and preset config ## 📖 General +![setup](assets/setup.excalidraw.png) + This repository contains the definition for local the local renovate-bot instance. Dependency updates will be checked weekly and executed as woodpecker cron job. diff --git a/assets/setup.excalidraw.png b/assets/setup.excalidraw.png new file mode 100644 index 0000000..f424c96 Binary files /dev/null and b/assets/setup.excalidraw.png differ