Skip to content

Commit c17c819

Browse files
committed
dependabot: ignore uv-build
1 parent 4c2a720 commit c17c819

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ updates:
1313
# to avoid pulling in compromised releases that get yanked quickly.
1414
cooldown:
1515
default-days: 7
16+
ignore:
17+
# Dependabot currently detects uv_build from [build-system.requires]
18+
# as uv-build, but cannot determine its previous version.
19+
- dependency-name: "uv-build"
1620
groups:
1721
python-deps:
1822
patterns: ["*"]

0 commit comments

Comments
 (0)