From de3aa980152b64c820e2e53330b925731af55670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Mon, 2 Sep 2024 18:10:12 +0200 Subject: [PATCH] fix: configure dependabot to work with composite actions (#10975) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fbfd4e5966..125acda7fb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,9 @@ updates: interval: daily rebase-strategy: disabled - package-ecosystem: github-actions - directory: / + directories: + - / + - /.github/actions/*/ schedule: interval: daily rebase-strategy: disabled