xref: /web-php/.github/dependabot.yaml (revision e79b4146)
1# https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
2
3version: 2
4
5updates:
6  - allow:
7      - dependency-type: "development"
8    commit-message:
9      include: "scope"
10      prefix: "composer"
11    directory: "/"
12    labels:
13      - "dependency"
14    open-pull-requests-limit: 10
15    package-ecosystem: "composer"
16    schedule:
17      interval: "weekly"
18    versioning-strategy: "increase"
19
20  - commit-message:
21      include: "scope"
22      prefix: "github-actions"
23    directory: "/"
24    labels:
25      - "dependency"
26    open-pull-requests-limit: 10
27    package-ecosystem: "github-actions"
28    schedule:
29      interval: "weekly"
30