From cdb01b1f1c6ea110ab04f3783559bf03a9dc9e76 Mon Sep 17 00:00:00 2001 From: Robert Craigie Date: Sat, 29 Oct 2022 11:31:15 +0100 Subject: [PATCH] chore(dependabot): add pipelines requirements to config (#531) --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ec0872350..e0ea6ca88 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,3 +20,11 @@ updates: - RobertCraigie rebase-strategy: auto target-branch: main + - package-ecosystem: pip + directory: /pipelines/requirements/ + schedule: + interval: daily + reviewers: + - RobertCraigie + rebase-strategy: auto + target-branch: main