chore(workflows/npins-update): Update timing

This commit is contained in:
Tom Hubrecht 2025-01-15 13:13:44 +01:00
parent 18137768ae
commit 45e5c02fdb
Signed by: thubrecht
SSH key fingerprint: SHA256:CYNvFo44Ar9qCNnWNnvJVhs0QXO9AZjOLlPeWcSij3Q
2 changed files with 3 additions and 3 deletions

View file

@ -908,4 +908,4 @@ jobs:
name: Update dependencies
on:
schedule:
- cron: 5 16 * * 6
- cron: 15 12 * * *

View file

@ -15,8 +15,8 @@ in
{
name = "Update dependencies";
on.schedule = [
# Run every saturday
{ cron = "5 16 * * 6"; }
# Run every 24h
{ cron = "15 12 * * *"; }
];
# Global environment, necessary for rebases and commits