mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-07-11 12:31:12 +00:00
40 lines
717 B
YAML
40 lines
717 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "npm"
|
|
directory: "/frontend"
|
|
groups:
|
|
minor-patch:
|
|
update-types:
|
|
- "patch"
|
|
- "minor"
|
|
schedule:
|
|
interval: "daily"
|
|
cooldown:
|
|
default-days: 1
|
|
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
groups:
|
|
minor-patch:
|
|
update-types:
|
|
- "patch"
|
|
- "minor"
|
|
schedule:
|
|
interval: "daily"
|
|
cooldown:
|
|
default-days: 1
|
|
|
|
- package-ecosystem: "docker"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
cooldown:
|
|
default-days: 1
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
cooldown:
|
|
default-days: 1
|