oh-my-posh/.github/dependabot.yml

24 lines
492 B
YAML
Raw Normal View History

2022-09-13 23:34:32 -07:00
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "main"
2022-09-13 23:34:32 -07:00
schedule:
interval: "daily"
# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
target-branch: "main"
2022-09-13 23:34:32 -07:00
schedule:
interval: "daily"
# Maintain dependencies for Go modules
- package-ecosystem: "gomod"
directory: "/"
target-branch: "main"
2022-09-13 23:34:32 -07:00
schedule:
interval: "daily"