Enable Dependabot updates for other Actions in .github/actions

This commit is contained in:
Henry Mercer
2025-09-23 15:00:15 +02:00
parent 78e8dc0161
commit d34e247444

View File

@@ -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:
- "*"