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

17 lines
348 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 Go modules
- package-ecosystem: "gomod"
2023-05-11 00:43:11 -07:00
directory: "/src"
target-branch: "main"
2022-09-13 23:34:32 -07:00
schedule:
interval: "daily"