phoenix/.github/dependabot.yml

19 lines
333 B
YAML
Raw Normal View History

2023-04-09 12:46:32 +05:00
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
2024-03-25 15:56:01 +05:00
groups:
github-deps:
patterns:
- "*"
2023-04-09 12:46:32 +05:00
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
2024-03-25 15:56:01 +05:00
groups:
go-deps:
patterns:
- "*"