From 736e519a004fa8469d14b9e9a9913651456c26c3 Mon Sep 17 00:00:00 2001 From: Rodrigo Mansueli Date: Wed, 28 Feb 2024 09:16:10 -0300 Subject: [PATCH 1/2] Update dependabot.yml --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0d0eaf92..be749e27 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,12 @@ version: 2 updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + target-branch: "master" - package-ecosystem: "pip" directory: "/" schedule: interval: "daily" - target-branch: "main" + target-branch: "master" From 18ce63885e828db4b715f4097c60b4015825546b Mon Sep 17 00:00:00 2001 From: Rodrigo Mansueli Date: Wed, 28 Feb 2024 09:17:24 -0300 Subject: [PATCH 2/2] Update dependabot.yml --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index be749e27..40e405ae 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,9 @@ updates: directory: "/" schedule: interval: "daily" - target-branch: "master" + target-branch: "main" - package-ecosystem: "pip" directory: "/" schedule: interval: "daily" - target-branch: "master" + target-branch: "main"