mirror of https://github.com/pixelfed/pixelfed
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.1 KiB
YAML
32 lines
1.1 KiB
YAML
version: 1
|
|
|
|
update_configs:
|
|
- package_manager: "php:composer"
|
|
directory: "/"
|
|
update_schedule: "daily"
|
|
# Supported update schedule: live daily weekly monthly
|
|
target_branch: "staging"
|
|
version_requirement_updates: "auto"
|
|
# Supported version requirements: auto widen_ranges increase_versions increase_versions_if_necessary
|
|
allowed_updates:
|
|
- match:
|
|
dependency_type: "all"
|
|
# Supported dependency types: all indirect direct production development
|
|
update_type: "all"
|
|
# Supported update types: all security
|
|
|
|
- package_manager: "javascript"
|
|
directory: "/"
|
|
update_schedule: "daily"
|
|
# Supported update schedule: live daily weekly monthly
|
|
target_branch: "staging"
|
|
version_requirement_updates: "auto"
|
|
# Supported version requirements: auto widen_ranges increase_versions increase_versions_if_necessary
|
|
allowed_updates:
|
|
- match:
|
|
dependency_type: "all"
|
|
# Supported dependency types: all indirect direct production development
|
|
update_type: "all"
|
|
# Supported update types: all security
|
|
|