mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-23 01:49:08 +01:00
Compare commits
2 commits
e7d9f5caf6
...
f137706cd6
| Author | SHA1 | Date | |
|---|---|---|---|
| f137706cd6 | |||
| 2f94ada4b8 |
2 changed files with 7 additions and 1 deletions
6
.github/dependabot.yml
vendored
Normal file
6
.github/dependabot.yml
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
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"
|
name: "Update"
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 4 * * 2,6" # Tue, Sat at 04:00 UTC
|
- cron: "0 4 * * 2,6"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue