mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
15 lines
288 B
YAML
15 lines
288 B
YAML
version: 2
|
|
updates:
|
|
|
|
# Maintain dependencies for GitHub Actions
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
|
|
# Update Git Submodules daily
|
|
- package-ecosystem: gitsubmodule
|
|
schedule:
|
|
interval: "daily"
|
|
directory: /
|