Compare commits

...

2 commits

Author SHA1 Message Date
f137706cd6
update: Remove schedule comment
The github-action language-server shows this as well
2026-03-07 22:00:21 +01:00
2f94ada4b8
dependabot: Check for github-action updates weekly 2026-03-07 21:56:16 +01:00
2 changed files with 7 additions and 1 deletions

6
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,6 @@
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" # Tue, Sat at 04:00 UTC
- cron: "0 4 * * 2,6"
workflow_dispatch:
jobs:
update: