oh-my-posh/.github/dependabot.yml
2023-05-11 09:49:37 +02:00

17 lines
348 B
YAML

version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "main"
schedule:
interval: "daily"
# Maintain dependencies for Go modules
- package-ecosystem: "gomod"
directory: "/src"
target-branch: "main"
schedule:
interval: "daily"