This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/main by this push:
new 6b9e41ac Add support for pyproject.toml and Docker in Dependabot (#857)
6b9e41ac is described below
commit 6b9e41ac6d17b327a4ee75a0ec1e142f48e035cb
Author: Dave Fisher <[email protected]>
AuthorDate: Wed Mar 11 09:55:06 2026 -0700
Add support for pyproject.toml and Docker in Dependabot (#857)
* Add support for pyproject.toml and Docker in Dependabot
* Change poetry value to uv
---
.github/dependabot.yml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 38aeec25..588e79df 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -7,3 +7,19 @@ updates:
day: "monday"
cooldown:
default-days: 7
+ - package-ecosystem: "uv"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ day: "monday"
+ allow:
+ - dependency-type: "direct"
+ cooldown:
+ default-days: 7
+ - package-ecosystem: "docker"
+ directory: "/" # location of Dockerfile(s)
+ schedule:
+ interval: "weekly"
+ day: "monday"
+ cooldown:
+ default-days: 7
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]