From 3ceccf94a81216b3e04f8871e0c497a63038b451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristhian=20Pe=C3=B1a?= <42382354+ccjaimes@users.noreply.github.com> Date: Thu, 12 Oct 2023 18:51:39 -0500 Subject: [PATCH] Included GHA package ecosystem for dependabot in v7 and v8 (#2560) --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e598a210e8..f0d2745512 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,3 +26,17 @@ updates: interval: daily time: '11:00' open-pull-requests-limit: 2 +- package-ecosystem: "github-actions" + directory: "/" + target-branch: "v8" + schedule: + interval: daily + time: '11:00' + open-pull-requests-limit: 2 +- package-ecosystem: "github-actions" + directory: "/" + target-branch: "v7" + schedule: + interval: daily + time: '11:00' + open-pull-requests-limit: 2 \ No newline at end of file