From cec2846565bc7f0dc26bb306320fe229ce2315eb Mon Sep 17 00:00:00 2001
From: Cole Helbling <cole.helbling@determinate.systems>
Date: Wed, 27 Oct 2021 10:59:58 -0700
Subject: [PATCH] README: demonstrate a weekly flake.lock update

It's arguably not that useful to be inundated with flake.lock update PRs
every day, so do it once a week on Sunday.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 293ab79..dadba0f 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ name: update-flake-lock
 on:
   workflow_dispatch: # allows manual triggering
   schedule:
-    - cron: '0 0 * * *' # runs daily at 00:00
+    - cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
 
 jobs:
   lockfile: