diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2507637930..034d1a0b11 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,9 @@ version: 2 updates: - package-ecosystem: "github-actions" - directory: "/" + directories: + - "/" + - "/.github/actions/*" schedule: # Check for updates to GitHub Actions every week interval: "weekly"