mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 04:35:40 +00:00
25 lines
439 B
YAML
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"
|