summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-08-11 16:01:55 +0200
committerGitHub <noreply@github.com>2022-08-11 16:01:55 +0200
commitbe2ab6310659c1d8626c824b6dc3816399a21d3b (patch)
tree929352d31bc2e59cb1f940ae7c6d1b75070c34dc /.github
parent3c8aa11f1d5f2586d89a65913d55c903534ab1ed (diff)
chore(ci): change frequency of flake lock updates to once per month
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-flake-lock.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml
index 9ee4e5eee..9d589223e 100644
--- a/.github/workflows/update-flake-lock.yml
+++ b/.github/workflows/update-flake-lock.yml
@@ -2,7 +2,7 @@ name: update-flake-lock
on:
workflow_dispatch: # allows manual triggering
schedule:
- - cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
+ - cron: '0 0 1 * *' # runs weekly on Sunday at 00:00
jobs:
lockfile: