From d46e0ffb67048859144917c0921bd0f3664cf43d Mon Sep 17 00:00:00 2001 From: Joris Masson Date: Thu, 15 Feb 2024 09:54:56 +0100 Subject: [PATCH] Enable dependabot for github actions also on el9 branch Dependabot only updates the default branch otherwise. --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ff49418..ea15e7c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,8 @@ updates: directory: "/" schedule: interval: daily +- package-ecosystem: "github-actions" + directory: "/" + target-branch: "el9-php82" + schedule: + interval: daily