Skip to content

Commit c14149e

Browse files
authored
Merge pull request #15 from oqtopus-team/copilot/task-175801227-1184570010-d29bac7a-ce8f-44a7-853d-bb38f5627a97
chore(repo): remove pip dependabot entry in favor of uv
2 parents 0651c6e + 17e839b commit c14149e

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,6 @@ updates:
4545
patterns:
4646
- "*"
4747

48-
- package-ecosystem: "pip"
49-
directory: "/"
50-
schedule:
51-
interval: weekly
52-
cooldown:
53-
default-days: 7
54-
commit-message:
55-
prefix: "chore(deps)"
56-
groups:
57-
python-dependencies:
58-
patterns:
59-
- "*"
60-
6148
- package-ecosystem: "uv"
6249
directory: "/"
6350
schedule:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ This project uses GitHub Actions workflows defined in `.github/workflows/`.
346346
- `release.yaml` (optional): Includes a "Create GitHub Release" step that creates a release when a version tag is pushed (optional; if enabled, create tags via the command line, as creating a release from the GitHub web UI may cause errors).
347347
- `labeler.yaml`: Automatically assigns labels and the author to pull requests based on commit messages; you should update the `branches` setting (e.g., `main` or `develop`) to match your repository's default branch.
348348

349-
## Dependency (`.github/dependabot.yml`)
349+
## Dependabot (`.github/dependabot.yml`)
350350

351351
This project supports automated dependency updates using [Dependabot](https://docs.github.com/en/code-security/tutorials/secure-your-dependencies/dependabot-quickstart-guide).
352352

@@ -358,7 +358,7 @@ For example, depending on your project setup, you may need to include:
358358
- `devcontainer` for development container configurations
359359
- `docker` for container images
360360
- `github-actions` for GitHub Actions workflows
361-
- `pip` for Python dependencies
361+
- `uv` for Python dependencies
362362

363363
When creating a new project from this template:
364364

0 commit comments

Comments
 (0)