From d34e2474449ae573abcc4a4491c81a79565fc506 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Tue, 23 Sep 2025 15:00:15 +0200 Subject: [PATCH] Enable Dependabot updates for other Actions in `.github/actions` --- .github/dependabot.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 53072580b..ba65192a2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,7 +20,9 @@ updates: patterns: - "*" - package-ecosystem: github-actions - directory: "/" + directories: + - "/" + - "/.github/actions" # All subdirectories outside of "/.github/workflows" must be explicitly included. schedule: interval: weekly labels: @@ -29,11 +31,3 @@ updates: actions: patterns: - "*" - - package-ecosystem: github-actions - directory: "/.github/actions/setup-swift/" # All subdirectories outside of "/.github/workflows" must be explicitly included. - schedule: - interval: weekly - groups: - actions-setup-swift: - patterns: - - "*"