generated from Templates/Baseline
update docs
This commit is contained in:
parent
8d54150f88
commit
076c017c05
16
.vscode/settings.json
vendored
16
.vscode/settings.json
vendored
@ -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
|
||||
}
|
||||
}
|
||||
|
@ -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
BIN
assets/setup.excalidraw.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 210 KiB |
Loading…
Reference in New Issue
Block a user