From d4ea14157189d9cfda7d96522e8cdb6bb0ab5e05 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Tue, 18 Oct 2022 15:23:37 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c75da03..5381f9e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,14 @@ version: 2 updates: + - package-ecosystem: "pip" directory: "/" schedule: - interval: "weekly" \ No newline at end of file + interval: "weekly" + target-branch: "dependencies" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + target-branch: "dependencies"