mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-29 03:04:58 +00:00
Merge pull request #2103 from shleeable/patch-1
Create dependabot config.yml in staging
This commit is contained in:
commit
846b0c9cbe
1 changed files with 31 additions and 0 deletions
31
.dependabot/config.yml
Normal file
31
.dependabot/config.yml
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
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
|
||||||
|
|
Loading…
Reference in a new issue