From 0f6dfaaac3ecc5582510760a6e22f576ec8f7d9c Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Wed, 17 Mar 2021 21:19:20 +1100 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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