From 112d17e5ad6dc7fa107584d87eead70570121ade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemen=20Tu=C5=A1ar?= Date: Sun, 14 Jan 2024 12:11:46 +0000 Subject: [PATCH 1/2] :construction_worker: use Dependabot to check for workflow action updates --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 68152415..88eabd83 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,9 @@ version: 2 updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" - package-ecosystem: "pub" directory: "/chopper" schedule: From 26f259a0f1c53a79a79126a4936737dbf0dd167e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemen=20Tu=C5=A1ar?= Date: Mon, 15 Jan 2024 07:31:08 +0000 Subject: [PATCH 2/2] :construction_worker: use Dependabot to check for workflow action updates --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 88eabd83..cc598d95 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,7 @@ updates: directory: "/" schedule: interval: "weekly" + target-branch: "develop" - package-ecosystem: "pub" directory: "/chopper" schedule: