diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 72a1ca7..5754440 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,16 @@ version: 2 updates: - package-ecosystem: "github-actions" - directory: "/" + directories: + - "/" + - "/download-dist" + - "/run-cibuildwheel" + - "/setup" + - "/setup-cibuildwheel" + - "/setup-cibuildwheel-cache" + - "/test-sdist" + - "/test-wheel" + - "/upload-dist" schedule: interval: "monthly" labels: []