From 92645c288096150a19e5eee5011ecd3f08bdaf34 Mon Sep 17 00:00:00 2001 From: Igor Bari Date: Mon, 3 Jun 2024 08:44:56 +0200 Subject: [PATCH] update renovate managers --- .devcontainer.json | 22 ---------------------- .github/renovate.json | 3 ++- 2 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 .devcontainer.json diff --git a/.devcontainer.json b/.devcontainer.json deleted file mode 100644 index d7d6d87..0000000 --- a/.devcontainer.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - // https://github.com/devcontainers/images/blob/main/src/python - "image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye", - "features": { - // https://containers.dev/features - // https://github.com/devcontainers/features - "ghcr.io/devcontainers/features/python:1": {} - }, - "customizations": { - "vscode": { - "extensions": [ - "EditorConfig.EditorConfig", - "esbenp.prettier-vscode", - "runem.lit-plugin", - "GitHub.copilot", - "unifiedjs.vscode-mdx" - ] - } - }, - "postCreateCommand": "pip install -r requirements.txt", - "postStartCommand": "git config --global --add safe.directory /workspaces/${localWorkspaceFolderBasename}" -} diff --git a/.github/renovate.json b/.github/renovate.json index 25d25e1..ded1c01 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,5 +10,6 @@ "matchPackagePatterns": ["*"] } ], - "labels": ["dependencies"] + "labels": ["dependencies"], + "enabledManagers": ["github-actions", "npm", "pip_requirements"] } \ No newline at end of file