mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-04-02 11:58:08 +00:00
32 lines
577 B
YAML
32 lines
577 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "bun"
|
|
directory: "/frontend"
|
|
groups:
|
|
minor-patch:
|
|
update-types:
|
|
- "patch"
|
|
- "minor"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
groups:
|
|
minor-patch:
|
|
update-types:
|
|
- "patch"
|
|
- "minor"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "docker"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|