diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ce9b428..9e1ebf3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,7 +2,9 @@ version: 2 updates: # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" - directory: "/" + directories: + - "/" + - "/.github/actions/login-repo/" schedule: interval: "weekly" day: saturday