update docs
ci/woodpecker/push/lint/3 Pipeline was successful Details
ci/woodpecker/push/lint/1 Pipeline was successful Details
ci/woodpecker/push/lint/2 Pipeline was successful Details
ci/woodpecker/push/renovate Pipeline was successful Details

This commit is contained in:
OCram85 2024-02-14 14:46:35 +01:00
parent 8d54150f88
commit 076c017c05
3 changed files with 14 additions and 4 deletions

16
.vscode/settings.json vendored
View File

@ -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
}
}

View File

@ -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.

BIN
assets/setup.excalidraw.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB