We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2a720 commit c17c819Copy full SHA for c17c819
1 file changed
.github/dependabot.yml
@@ -13,6 +13,10 @@ updates:
13
# to avoid pulling in compromised releases that get yanked quickly.
14
cooldown:
15
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"
20
groups:
21
python-deps:
22
patterns: ["*"]
0 commit comments