better auto upgrades

This commit is contained in:
2026-03-11 12:41:04 +01:00
parent e7ea55716d
commit 5a8975cdda

View File

@@ -1,10 +1,8 @@
name: Update flake inputs
on:
schedule:
- cron: '0 4 * * 1' # every Monday at 4am
- cron: '30 3 * * 0' # every Sunday at 3:30
workflow_dispatch: # allow manual trigger
jobs:
update:
runs-on: ubuntu-latest