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"