diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 918b484a..adc5f15e 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"