diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c3c49172d1f27..79181e47c2b08 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,7 @@ updates: # Configuration for dependency updates - package-ecosystem: "github-actions" # Specifies the ecosystem to check for updates directories: - - "/" # Specifies the directory to check for dependencies; "/" means the root directory - - "/.github/" # covers `build.in.yml` as well, which is not in `.github/workflows/` because it shouldn't be run in CI. + - "/.github/*" # covers `build.in.yml` as well, which is not in `.github/workflows/` because it shouldn't be run in CI. schedule: # Check for updates to GitHub Actions every month interval: "monthly"