Files
tinyauth/.github/dependabot.yml
2025-05-06 18:41:32 +03:00

25 lines
439 B
YAML

version: 2
updates:
- package-ecosystem: "bun"
directory: "/frontend"
minor-patch:
update-types:
- "patch"
- "minor"
schedule:
interval: "daily"
- package-ecosystem: "gomod"
directory: "/"
minor-patch:
update-types:
- "patch"
- "minor"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"