Skip to content

Commit 58f66ca

Browse files
committed
fix: restore renovate.json to correct configuration
The file was accidentally corrupted with devcontainer.json content. Restoring to the simple configuration that extends from shared config.
1 parent b483c33 commit 58f66ca

1 file changed

Lines changed: 4 additions & 39 deletions

File tree

renovate.json

Lines changed: 4 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,6 @@
11
{
2-
"name": "StreamBlocks Development",
3-
"image": "mcr.microsoft.com/devcontainers/python:3.13",
4-
"features": {
5-
"ghcr.io/devcontainers/features/node:1": {
6-
"version": "lts"
7-
}
8-
},
9-
"customizations": {
10-
"vscode": {
11-
"extensions": [
12-
"ms-python.python",
13-
"ms-python.vscode-pylance",
14-
"charliermarsh.ruff",
15-
"tamasfe.even-better-toml",
16-
"redhat.vscode-yaml",
17-
"github.copilot",
18-
"eamodio.gitlens"
19-
],
20-
"settings": {
21-
"python.defaultInterpreterPath": ".venv/bin/python",
22-
"python.terminal.activateEnvironment": true,
23-
"[python]": {
24-
"editor.defaultFormatter": "charliermarsh.ruff",
25-
"editor.formatOnSave": true,
26-
"editor.codeActionsOnSave": {
27-
"source.fixAll": "explicit",
28-
"source.organizeImports": "explicit"
29-
}
30-
},
31-
"ruff.organizeImports": true,
32-
"python.analysis.typeCheckingMode": "strict"
33-
}
34-
}
35-
},
36-
"postCreateCommand": "pip install uv && uv sync --all-groups && npm install -g @evilmartians/lefthook && lefthook install",
37-
"containerEnv": {
38-
"UV_LINK_MODE": "copy"
39-
},
40-
"remoteUser": "vscode"
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"github>hotherio/config-renovate"
5+
]
416
}

0 commit comments

Comments
 (0)