From 2a615bb169d78105648aed6f48212deecc778678 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Fri, 27 Mar 2026 15:31:04 +0100 Subject: [PATCH] chore: Update dependabot config to consider custom setup action --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e2a9c8c1..a7328c70 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,7 +13,9 @@ updates: # Allow up to 10 open pull requests for maven dependencies open-pull-requests-limit: 10 - package-ecosystem: "github-actions" - directory: "/" + directories: + - / + - /.github/actions/setup schedule: interval: "weekly" day: "wednesday"