diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 11a31bca7..3a1969bb0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,3 +17,10 @@ updates: # Always increase the version requirement # to match the new version. versioning-strategy: increase + + - 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: "/" + schedule: + interval: "weekly"