diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d35f504b..85521897 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,11 @@ version: 2 - # Fetch and update latest `github-actions` pkgs - - package-ecosystem: github-actions - directory: / +updates: + - package-ecosystem: "github-actions" + directory: "/" schedule: - interval: weekly - time: '00:00' + # Check for updates to GitHub Actions every weekday + interval: "weekly" open-pull-requests-limit: 10 commit-message: prefix: chore - include: scope \ No newline at end of file + include: scope