aboutsummaryrefslogtreecommitdiff
path: root/.gitlab/dependabot.yml
blob: 4850c72b914baa2cd5ed50d69bf6b607d54ca7c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
version: 2
updates:
  - package-ecosystem: composer
    directory: /
    schedule:
      interval: weekly
    labels: []
    versioning-strategy: lockfile-only
    open-pull-requests-limit: -1
    open-security-pull-requests-limit: -1
  - package-ecosystem: npm
    directory: /
    schedule:
      interval: weekly
    labels: []
    versioning-strategy: lockfile-only
    open-pull-requests-limit: -1
    open-security-pull-requests-limit: -1