Compare commits

..

No commits in common. "f137706cd6f55ac6b9da452b98feb4127a96eed8" and "e7d9f5caf6e1cf2f805e7956d60c05182e090af8" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View file

@ -1,6 +0,0 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

View file

@ -1,7 +1,7 @@
name: "Update"
on:
schedule:
- cron: "0 4 * * 2,6"
- cron: "0 4 * * 2,6" # Tue, Sat at 04:00 UTC
workflow_dispatch:
jobs:
update: