aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 4b72c731c4a173638daa1e8268f3ea8bd2ecb9a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
version: 2
updates:
- package-ecosystem: npm
  directory: "/"
  schedule:
    interval: daily
  open-pull-requests-limit: 10
- package-ecosystem: maven
  directory: "/"
  schedule:
    interval: daily
  open-pull-requests-limit: 10