mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-23 07:38:28 +01:00
Compare commits
No commits in common. "f137706cd6f55ac6b9da452b98feb4127a96eed8" and "e7d9f5caf6e1cf2f805e7956d60c05182e090af8" have entirely different histories.
f137706cd6
...
e7d9f5caf6
2 changed files with 1 additions and 7 deletions
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
|
@ -1,6 +0,0 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue