From dc99f59464edc8f3c21c0670a30523af40313c76 Mon Sep 17 00:00:00 2001 From: Jasmin Eilers <4738799+jaeilers@users.noreply.github.com> Date: Sat, 30 May 2026 19:55:07 +0200 Subject: [PATCH] chore: Improve dependabot setup by using directories --- .github/dependabot.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 93333be..a6c2bf0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,14 +1,10 @@ version: 2 updates: - # Updates workflows + # Updates workflows & composite actions - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - - # Composite actions need to be updated separately - - package-ecosystem: "github-actions" - directory: "/.github/actions/code-coverage" + directories: + - "/" + - "/.github/actions/*" schedule: interval: "weekly"