mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-15 12:25:02 +00:00
chore: publish from staged
This commit is contained in:
@@ -34,7 +34,8 @@ Scan the repository for dependency manifests. Look for:
|
|||||||
| Ecosystem | YAML Value | Manifest Files |
|
| Ecosystem | YAML Value | Manifest Files |
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
| npm/pnpm/yarn | `npm` | `package.json`, `package-lock.json`, `pnpm-lock.yaml`, `yarn.lock` |
|
| npm/pnpm/yarn | `npm` | `package.json`, `package-lock.json`, `pnpm-lock.yaml`, `yarn.lock` |
|
||||||
| pip/pipenv/poetry/uv | `pip` | `requirements.txt`, `Pipfile`, `pyproject.toml`, `setup.py` |
|
| pip/pipenv/poetry | `pip` | `requirements.txt`, `Pipfile`, `pyproject.toml`, `setup.py` |
|
||||||
|
| uv | `uv` | `pyproject.toml`, `uv.lock` |
|
||||||
| Docker | `docker` | `Dockerfile` |
|
| Docker | `docker` | `Dockerfile` |
|
||||||
| Docker Compose | `docker-compose` | `docker-compose.yml` |
|
| Docker Compose | `docker-compose` | `docker-compose.yml` |
|
||||||
| GitHub Actions | `github-actions` | `.github/workflows/*.yml` |
|
| GitHub Actions | `github-actions` | `.github/workflows/*.yml` |
|
||||||
@@ -57,7 +58,9 @@ Scan the repository for dependency manifests. Look for:
|
|||||||
| Git Submodules | `gitsubmodule` | `.gitmodules` |
|
| Git Submodules | `gitsubmodule` | `.gitmodules` |
|
||||||
| Pre-commit | `pre-commit` | `.pre-commit-config.yaml` |
|
| Pre-commit | `pre-commit` | `.pre-commit-config.yaml` |
|
||||||
|
|
||||||
Note: pnpm and yarn both use the `npm` ecosystem value.
|
Notes:
|
||||||
|
- pnpm and yarn both use the `npm` ecosystem value.
|
||||||
|
- Prefer `uv` ecosystem value when `uv.lock` is present; otherwise use `pip`.
|
||||||
|
|
||||||
### Step 2: Map Directory Locations
|
### Step 2: Map Directory Locations
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user