diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 1a6f241..414541e 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,8 +1,7 @@ version: 2 updates: - package-ecosystem: "github-actions" - directories: - - "**/*" + directory: "/" schedule: interval: "weekly" day: "friday"