mirror of
https://github.com/fosrl/olm.git
synced 2026-02-08 05:56:41 +00:00
31 lines
583 B
YAML
31 lines
583 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
groups:
|
|
patch-updates:
|
|
update-types:
|
|
- "patch"
|
|
minor-updates:
|
|
update-types:
|
|
- "minor"
|
|
|
|
- package-ecosystem: "docker"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
groups:
|
|
patch-updates:
|
|
update-types:
|
|
- "patch"
|
|
minor-updates:
|
|
update-types:
|
|
- "minor"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|