From 96ef964d62f083b3033896109b584fcb3a8fd664 Mon Sep 17 00:00:00 2001 From: dgibbs64 Date: Fri, 23 Jun 2023 16:07:52 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/depend?= =?UTF-8?q?abot.yml'=20with=20remote=20'general/.github/dependabot.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9c2831b..e4f1a3c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,14 +1,9 @@ # Set update schedule for GitHub Actions +--- version: 2 updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" - - - package-ecosystem: "docker" - # Look for a `Dockerfile` in the `root` directory - directory: "/" - # Check for updates once a week - schedule: + # Check for updates to GitHub Actions every weekday interval: "weekly"