diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 9d33724..ed14700 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -8,4 +8,10 @@ updates: - package-ecosystem: "pip" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "weekly" \ No newline at end of file + interval: "weekly" + - 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: + # Check for updates to GitHub Actions every weekday + interval: "weekly"