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

21 lines
511 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"
ignore:
- dependency-name: "softprops/action-gh-release"
# https://github.com/softprops/action-gh-release/issues/556
versions: ["2.2.0"]
2022-09-13 23:34:32 -07:00
# 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"