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