mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
24 lines
492 B
YAML
24 lines
492 B
YAML
version: 2
|
|
updates:
|
|
|
|
# Maintain dependencies for GitHub Actions
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
target-branch: "main"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
# Maintain dependencies for npm
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
target-branch: "main"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
# Maintain dependencies for Go modules
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
target-branch: "main"
|
|
schedule:
|
|
interval: "daily"
|