From 2d07f5e57780ad02663432e0318cc9987d99ea02 Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Mon, 20 Apr 2026 09:07:55 +0200 Subject: [PATCH] Include shared GitHub Actions in dependabot Closes #48210 Signed-off-by: Alexander Schwartz --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 768757a9e59..a2e9d08e23d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,9 @@ version: 2 updates: - package-ecosystem: github-actions - directory: / + directories: + - "/" + - "/.github/actions/*" schedule: interval: weekly day: "sunday"