From 85ad7aa611198d6eb2aa6d354c89e56ce4495932 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Mon, 9 Jan 2023 17:19:45 -0500 Subject: Set weekly dependabot to saturday --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a3cce5..64e8a62 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,5 @@ updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: + day: "saturday" interval: "weekly" -- cgit