pixelfed/.github/dependabot.yml

19 lines
353 B
YAML
Raw Normal View History

2020-06-18 10:48:45 +00:00
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