This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch dave2wave-patch-1 in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
commit 7e67a15b21b1c36b7fd50fcf9181f438b3609d75 Author: Dave Fisher <[email protected]> AuthorDate: Tue Mar 10 15:01:07 2026 -0700 Add support for pyproject.toml and Docker in Dependabot --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 38aeec25..e9f0ae75 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,19 @@ updates: day: "monday" cooldown: default-days: 7 + - package-ecosystem: "poetry" + directory: "/" # location of pyproject.toml + 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]
