diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e78178d..ab9dd75 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,10 +6,10 @@ version: 2 updates: - package-ecosystem: "devcontainers" - directory: "/.devcontainer" + directory: "/" schedule: interval: weekly - package-ecosystem: "github-actions" - directory: "/.github/workflows" + directory: "/" schedule: interval: weekly