mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-19 01:14:04 -08:00
21 lines
414 B
YAML
21 lines
414 B
YAML
|
version: 2
|
||
|
updates:
|
||
|
|
||
|
# Maintain dependencies for GitHub Actions
|
||
|
- package-ecosystem: "github-actions"
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: "daily"
|
||
|
|
||
|
# Maintain dependencies for npm
|
||
|
- package-ecosystem: "npm"
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: "daily"
|
||
|
|
||
|
# Maintain dependencies for Go modules
|
||
|
- package-ecosystem: "gomod"
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: "daily"
|