From 4c05ef48a76812465b35026455c66248d7199a9d Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sun, 5 Nov 2023 13:29:06 -0700 Subject: [PATCH] Add dependabot to tensorrt python deps (#8455) --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 262db5ab4..79e8b2881 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,6 +18,12 @@ updates: interval: daily open-pull-requests-limit: 10 target-branch: dev + - package-ecosystem: "pip" + directory: "/docker/tensorrt" + schedule: + interval: daily + open-pull-requests-limit: 10 + target-branch: dev - package-ecosystem: "npm" directory: "/web" schedule: