diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d8e154db..8bd5ed52 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,10 @@ updates: - package-ecosystem: "github-actions" # Workflow files stored in the default location of `.github/workflows` # You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`. - directory: "/" + # You _do_ need to specify any non-workflow directories, such as actions, though. + directories: + - / + - /.github/actions/* schedule: interval: "weekly" commit-message: