diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a7efdcfc6307a..3251a37ff88ba 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -90,7 +90,9 @@ updates: - tracing-* - package-ecosystem: "github-actions" - directory: "/" + directories: + - "/" + - ".github/actions/*" schedule: interval: "daily" time: "04:00"