mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
19 lines
353 B
YAML
19 lines
353 B
YAML
|
version: 2
|
||
|
updates:
|
||
|
- package-ecosystem: composer
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: daily
|
||
|
open-pull-requests-limit: 99
|
||
|
target-branch: staging
|
||
|
allow:
|
||
|
- dependency-type: all
|
||
|
- package-ecosystem: npm
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: daily
|
||
|
open-pull-requests-limit: 99
|
||
|
target-branch: staging
|
||
|
allow:
|
||
|
- dependency-type: all
|